1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 17:34:36 +02:00
This commit is contained in:
kakkokari-gtyih
2025-12-16 09:37:52 +09:00
parent b7b7b05d85
commit b8555fd89e

View File

@@ -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';