Skip to content

Commit 2d8f285

Browse files
committed
refactor: fix e2e tests
1 parent 03f0e84 commit 2d8f285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('nx-plugin', () => {
5151
configurations: {},
5252
executor: 'nx:run-commands',
5353
options: {
54-
command: `nx g @code-pushup/nx-plugin:configuration --skipTarget --targetName="code-pushup" --project="${project}"`,
54+
command: `nx g @code-pushup/nx-plugin:configuration --project="${project}"`,
5555
},
5656
parallelism: true,
5757
},
@@ -120,7 +120,7 @@ describe('nx-plugin', () => {
120120
expect(projectJson.targets).toStrictEqual({
121121
'code-pushup--configuration': expect.objectContaining({
122122
options: {
123-
command: `nx g XYZ:configuration --skipTarget --targetName="code-pushup" --project="${project}"`,
123+
command: `nx g XYZ:configuration --project="${project}"`,
124124
},
125125
}),
126126
});

0 commit comments

Comments
 (0)