Skip to content

Commit

Permalink
update plugins versions to support new flyout work
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti committed Nov 18, 2024
1 parent 754d758 commit a29907a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 17 deletions.
64 changes: 50 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@testradar/cypress": "^0.1.0-beta.1",
"@testradar/jest": "^0.1.0-beta.1",
"@testradar/cypress": "^0.1.0-beta.4",
"@testradar/jest": "^0.1.0-beta.4",
"@types/jest": "^29.5.3",
"@types/node": "^16.18.39",
"@types/react": "^18.2.18",
Expand Down
2 changes: 1 addition & 1 deletion src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';

jest.retryTimes(2);
jest.retryTimes(2, { logErrorsBeforeRetry: true });

0 comments on commit a29907a

Please sign in to comment.