Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ awaiter.test.ts
File
awaiter.test.ts
packages/next/src/server/after/awaiter.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ InvariantError } from
'../../shared/lib/invariant-error'
2
import
{ AwaiterMulti, AwaiterOnce } from
'./awaiter'
3
4
describe(
'AwaiterOnce/AwaiterMulti'
, () => {
Callers
nothing calls this directly
Calls
12
describe
Function · 0.85
makeNestedPromise
Function · 0.85
each
Method · 0.80
fn
Method · 0.80
then
Method · 0.80
waitUntil
Function · 0.70
sleep
Function · 0.70
resolve
Method · 0.65
it
Function · 0.50
expect
Function · 0.50
awaiting
Method · 0.45
waitUntil
Method · 0.45
Tested by
no test coverage detected