Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ hooks.js
File
hooks.js
test/fixtures/test-runner/output/hooks.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
common = require(
'../../../common'
);
3
const
assert = require(
'assert'
);
4
const
{ test, describe, it, before, after, beforeEach, afterEach } = require(
'node:test'
);
Callers
nothing calls this directly
Calls
15
beforeEach
Function · 0.85
before
Method · 0.80
beforeEach
Method · 0.80
afterEach
Method · 0.80
require
Function · 0.50
before
Function · 0.50
after
Function · 0.50
it
Function · 0.50
test
Function · 0.50
setTimeout
Function · 0.50
diagnostic
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected