MCPcopy
hub / github.com/vitest-dev/vitest / dispose

Method dispose

packages/vitest/src/integrations/mock/timers.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 dispose(): void {
55 this.useRealTimers()
56 }
57
58 runAllTimers(): void {
59 if (this._checkFakeTimers()) {

Callers 6

disabledFunction · 0.80
beforeUnmountFunction · 0.80
disposeFunction · 0.80
disabledFunction · 0.80
beforeUnmountFunction · 0.80
disposeFunction · 0.80

Calls 1

useRealTimersMethod · 0.95

Tested by

no test coverage detected