1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 21:34:35 +02:00

Merge remote-tracking branch 'msky/develop' into enh-be-test-vitest

This commit is contained in:
kakkokari-gtyih
2025-12-04 09:31:07 +09:00
431 changed files with 17853 additions and 10477 deletions

View File

@@ -142,6 +142,7 @@ describe('CheckModeratorsActivityProcessorService', () => {
beforeEach(async () => {
clock = lolex.install({
// https://github.com/sinonjs/sinon/issues/2620
toFake: Object.keys(lolex.timers).filter((key) => !['nextTick', 'queueMicrotask'].includes(key)) as lolex.FakeMethod[],
now: new Date(baseDate),
shouldClearNativeTimers: true,