Skip to content

Commit 7e5a223

Browse files
author
John Doe
committed
refactor: wip
1 parent 3fbfcd7 commit 7e5a223

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ describe('executor command', () => {
184184
{ cwd, project },
185185
{
186186
persist: {
187-
outputDir: '.reports',
187+
outputDir: path.join('libs', project, '.reports'),
188188
filename: 'report',
189189
},
190190
},
@@ -236,7 +236,7 @@ describe('executor command', () => {
236236
expect(cleanStdout).toContain('nx run my-lib:code-pushup collect');
237237

238238
const report = await readJsonFile(
239-
path.join(cwd, 'libs', project, '.code-pushup', 'report.json'),
239+
path.join(cwd, '.code-pushup', project, 'report.json'),
240240
);
241241
expect(report).toStrictEqual(
242242
expect.objectContaining({

0 commit comments

Comments
 (0)