Skip to content

Commit 56a87fc

Browse files
author
John Doe
committed
refactor: fix e2e
1 parent 37f7cff commit 56a87fc

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ describe('executor command', () => {
235235
const cleanStdout = removeColorCodes(stdout);
236236
expect(cleanStdout).toContain('nx run my-lib:code-pushup collect');
237237

238-
// Check for report in project root's .code-pushup directory
239238
const report = await readJsonFile(
240239
path.join(cwd, 'libs', project, '.code-pushup', 'report.json'),
241240
);

project.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"name": "workspace",
33
"$schema": "node_modules/nx/schemas/project-schema.json",
4-
"targets": {
5-
"code-pushup": {
6-
"dependsOn": [],
7-
"options": {
8-
"args": []
9-
}
10-
}
11-
}
4+
"targets": {}
125
}

0 commit comments

Comments
 (0)