Skip to content

Commit 676b88c

Browse files
author
John Doe
committed
refactor: wip
1 parent bf78e82 commit 676b88c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/nx-plugin/src/executors/cli/executor.int.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ describe('runAutorunExecutor', () => {
4747
command: 'npx',
4848
args: expect.arrayContaining(['@code-pushup/cli']),
4949
cwd: process.cwd(),
50-
env: {
50+
env: expect.objectContaining({
5151
CP_VERBOSE: 'true',
52-
},
52+
}),
5353
});
5454
});
5555
});

0 commit comments

Comments
 (0)