Skip to content

Commit

Permalink
Fix tests p2
Browse files Browse the repository at this point in the history
  • Loading branch information
kemmerle committed Dec 19, 2024
1 parent df81f4f commit a85ce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/__tests__/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('commands/create', () => {
it('should support the correct options', () => {
createCommand.builder(yargs);

expect(yargs.option).toHaveBeenCalledTimes(2);
expect(yargs.option).toHaveBeenCalledTimes(3);
expect(yargs.option).toHaveBeenCalledWith(
'internal',
expect.objectContaining({ type: 'boolean', hidden: true })
Expand Down

0 comments on commit a85ce94

Please sign in to comment.