Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ concurrent-suite.test.ts
File
concurrent-suite.test.ts
test/core/test/concurrent-suite.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createDefer } from
'@vitest/utils/helpers'
2
import
{ afterAll, beforeAll, describe, expect, test } from
'vitest'
3
4
describe(
'basic'
, () => {
Callers
nothing calls this directly
Calls
9
createDefer
Function · 0.90
afterAll
Function · 0.85
checkParallelSuites
Function · 0.85
checkSequentialTests
Function · 0.85
checkParallelTests
Function · 0.85
beforeAll
Function · 0.85
test
Function · 0.70
sleep
Function · 0.70
resolve
Method · 0.45
Tested by
no test coverage detected