Skip to content

Commit

Permalink
chore: remove unnecessary jest timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed Feb 23, 2024
1 parent ea12873 commit 10b75d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integrations/component.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ command
.option('-id, --id <string>', 'Enter unique "Id" of the test case you want to run')
.parse();

jest.setTimeout(30000000);
const opts = command.opts();
if (opts.generate === 'true' && !opts.destination) {
throw new Error('Invalid option, generate should be true for a destination');
Expand Down

0 comments on commit 10b75d5

Please sign in to comment.