Skip to content

Commit d2a42aa

Browse files
committed
refactor(nx-plugin): wip 3
1 parent 859e9bc commit d2a42aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ describe('executor command', () => {
172172
expect(cleanStdout).toContain(
173173
'nx run my-lib:code-pushup collect --persist.filename=terminal-report',
174174
);
175+
expect(cleanStdout).toContain('Code PushUp CLI');
175176

176177
await expect(
177178
readJsonFile(path.join(cwd, '.reports', 'terminal-report.json')),

0 commit comments

Comments
 (0)