Skip to content

Commit 4803bf4

Browse files
author
John Doe
committed
refactor: fix e2e for nx-plugin 2
1 parent 30872df commit 4803bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ describe('nx-plugin', () => {
176176
expect(cleanStdout).toContain('nx run my-lib:code-pushup');
177177
expect(cleanStdout).toContain('npx @code-pushup/cli');
178178
expect(cleanStdout).toContain('--dryRun --verbose');
179-
expect(cleanStdout).toContain(`--upload.project="${project}"`);
179+
expect(cleanStdout).toBe(`--upload.project="${project}"`);
180180
});
181181

182182
it('should consider plugin option bin in executor target', async () => {

0 commit comments

Comments
 (0)