Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ skip.test.ts
File
skip.test.ts
test/core/test/skip.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
EventEmitter from
'node:events'
2
import
{ expect, it } from
'vitest'
3
4
const
sleep = (ms?: number) =>
new
Promise(resolve => setTimeout(resolve, ms))
Callers
nothing calls this directly
Calls
2
sleep
Function · 0.70
on
Method · 0.45
Tested by
no test coverage detected