MCPcopy Index your code
hub / github.com/code-pushup/cli / configFilePath

Function configFilePath

e2e/cli-e2e/tests/print-config.e2e.test.ts:28–29  ·  view source on GitHub ↗
(ext: (typeof extensions)[number])

Source from the content-addressed store, hash-verified

26 );
27 const testFileDummySetup = path.join(testFileDir, 'dummy-setup');
28 const configFilePath = (ext: (typeof extensions)[number]) =>
29 path.join(process.cwd(), testFileDummySetup, `code-pushup.config.${ext}`);
30
31 beforeAll(async () => {
32 await cp(fixtureDummyDir, testFileDummySetup, { recursive: true });

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected