Skip to content

Commit

Permalink
fix: udpate config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 24, 2023
1 parent e732530 commit 4751981
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strong-keys-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/scripts-config-jest': major
---

chore: bump testing-library to 6.x
2 changes: 1 addition & 1 deletion tools/scripts-config-jest/test-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/* eslint-disable no-empty */
/* eslint-disable import/no-extraneous-dependencies */
require('@testing-library/jest-dom');
require('@testing-library/jest-dom/extend-expect');
require('@testing-library/jest-dom/jest-globals');
require('core-js/stable');
require('regenerator-runtime/runtime');
require('raf/polyfill');
Expand Down

0 comments on commit 4751981

Please sign in to comment.