diff --git a/commands/__tests__/create.test.ts b/commands/__tests__/create.test.ts index 388869374..d326ccbc8 100644 --- a/commands/__tests__/create.test.ts +++ b/commands/__tests__/create.test.ts @@ -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 })