MCPcopy Create free account
hub / github.com/nodejs/node / setupFixtures

Function setupFixtures

test/parallel/test-runner-coverage-default-exclusion.mjs:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12tmpdir.refresh();
13
14async function setupFixtures() {
15 const fixtureDir = fixtures.path('test-runner', 'coverage-default-exclusion');
16 await cp(fixtureDir, tmpdir.path, { recursive: true });
17}
18
19describe('test runner coverage default exclusion', skipIfNoInspector, () => {
20 before(async () => {

Calls 2

cpFunction · 0.90
pathMethod · 0.45

Tested by

no test coverage detected