MCPcopy 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';
2const common = require('../../../common');
3const assert = require('assert');
4const { test, describe, it, before, after, beforeEach, afterEach } = require('node:test');

Callers

nothing calls this directly

Calls 15

beforeEachFunction · 0.85
beforeMethod · 0.80
beforeEachMethod · 0.80
afterEachMethod · 0.80
requireFunction · 0.50
beforeFunction · 0.50
afterFunction · 0.50
itFunction · 0.50
testFunction · 0.50
setTimeoutFunction · 0.50
diagnosticMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected