MCPcopy
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

1import EventEmitter from 'node:events'
2import { expect, it } from 'vitest'
3
4const sleep = (ms?: number) => new Promise(resolve => setTimeout(resolve, ms))

Callers

nothing calls this directly

Calls 2

sleepFunction · 0.70
onMethod · 0.45

Tested by

no test coverage detected