(ext: (typeof extensions)[number])
| 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 }); |
no outgoing calls
no test coverage detected