mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 17:34:36 +02:00
fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import { describe, expect, test, beforeEach, afterEach } from '@jest/globals';
|
||||
import { describe, expect, test, beforeEach, afterEach } from 'vitest';
|
||||
import * as lolex from '@sinonjs/fake-timers';
|
||||
import { shouldHideNoteByTime } from '@/misc/should-hide-note-by-time.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user