Skip to content

Commit

Permalink
cleanup(core): fix command line utils broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Apr 6, 2023
1 parent c53d9c3 commit a95115f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/utils/command-line-utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ describe('splitArgs', () => {
).toEqual({
projects: ['aaa', 'bbb'],
skipNxCache: false,
parallel: 3,
});
});

Expand Down

0 comments on commit a95115f

Please sign in to comment.