Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ afterEach, expect, it, vi } from
'vitest'
2
3
afterEach(() => {
4
vi.useRealTimers()
Callers
nothing calls this directly
Calls
4
afterEach
Function · 0.85
useRealTimers
Method · 0.80
useFakeTimers
Method · 0.80
runAllTimers
Method · 0.80
Tested by
no test coverage detected