Skip to content

Commit d748bc0

Browse files
author
John Doe
committed
refactor: wip
1 parent 6d12f6c commit d748bc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

e2e/nx-plugin-e2e/tests/executor-cli.e2e.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ describe('executor command', () => {
204204
expect(cleanStdout).toContain('Code PushUp CLI');
205205

206206
await expect(
207-
readJsonFile(path.join(cwd, '.reports', 'terminal-report.json')),
207+
readJsonFile(
208+
path.join(cwd, '.code-pushup', project, 'terminal-report.json'),
209+
),
208210
).resolves.not.toThrow();
209211
});
210212

0 commit comments

Comments
 (0)