Skip to content

Commit 933daf1

Browse files
committed
refactor: adjust path resolution
1 parent 1b679b8 commit 933daf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cli-e2e/tests/print-config.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('CLI print-config', () => {
6464
expect(JSON.parse(output)).toEqual(
6565
expect.objectContaining({
6666
config: expect.stringContaining(`code-pushup.config.${ext}`),
67-
tsconfig: 'tsconfig.base.json',
67+
tsconfig: path.join(process.cwd(), 'tsconfig.base.json'),
6868
plugins: [
6969
expect.objectContaining({
7070
slug: 'dummy-plugin',

0 commit comments

Comments
 (0)