Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ abort_hooks.js
File
abort_hooks.js
test/fixtures/test-runner/output/abort_hooks.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
{ before, beforeEach, describe, it, after, afterEach } = require(
'node:test'
);
3
4
describe(
'1 before describe'
, () => {
Callers
nothing calls this directly
Calls
7
beforeEach
Function · 0.85
abort
Method · 0.65
require
Function · 0.50
before
Function · 0.50
it
Function · 0.50
after
Function · 0.50
log
Method · 0.45
Tested by
no test coverage detected