MCPcopy
hub / github.com/vitest-dev/vitest / timers.test.ts

File timers.test.ts

test/browser/test/timers.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, expect, it, vi } from 'vitest'
2
3afterEach(() => {
4 vi.useRealTimers()

Callers

nothing calls this directly

Calls 4

afterEachFunction · 0.85
useRealTimersMethod · 0.80
useFakeTimersMethod · 0.80
runAllTimersMethod · 0.80

Tested by

no test coverage detected