MCPcopy Index your code
hub / github.com/nodejs/node / setupFixtures

Function setupFixtures

test/parallel/test-runner-coverage-isolation-none-api.mjs:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14tmpdir.refresh();
15
16async function setupFixtures() {
17 const fixtureDir = fixtures.path('test-runner', 'coverage-isolation-none');
18 await cp(fixtureDir, tmpdir.path, { recursive: true });
19}
20
21describe('run() coverage with isolation: none', skipIfNoInspector, () => {
22 before(async () => {

Calls 2

cpFunction · 0.90
pathMethod · 0.45

Tested by

no test coverage detected