Skip to content

Commit

Permalink
add jest timeout for flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Apr 19, 2024
1 parent 0db29dd commit c23bbe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import '@testing-library/jest-dom';
import 'jest-axe/extend-expect';

jest.setTimeout(15000);

0 comments on commit c23bbe0

Please sign in to comment.