Skip to content

Commit 734b4a4

Browse files
author
John Doe
committed
refactor: fix e2e 1
1 parent 82fb217 commit 734b4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -199,7 +199,7 @@ describe('nx-plugin', () => {
199199
expect(cleanStdout).toContain('nx run my-lib:code-pushup');
200200
expect(cleanStdout).toContain('npx @code-pushup/cli');
201201
expect(cleanStdout).toContain('--dryRun --verbose');
202-
expect(cleanStdout).toContain(`--upload.project="${project}"`);
202+
expect(cleanStdout).toBe(`--upload.project="${project}"`);
203203
});
204204

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

0 commit comments

Comments
 (0)