We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b679b8 commit 933daf1Copy full SHA for 933daf1
1 file changed
e2e/cli-e2e/tests/print-config.e2e.test.ts
@@ -64,7 +64,7 @@ describe('CLI print-config', () => {
64
expect(JSON.parse(output)).toEqual(
65
expect.objectContaining({
66
config: expect.stringContaining(`code-pushup.config.${ext}`),
67
- tsconfig: 'tsconfig.base.json',
+ tsconfig: path.join(process.cwd(), 'tsconfig.base.json'),
68
plugins: [
69
70
slug: 'dummy-plugin',
0 commit comments