Skip to content

Commit

Permalink
Chore: Rollback to jest@26.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-stav committed Jul 27, 2022
1 parent cd963b7 commit 13d9650
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 674 deletions.
1 change: 0 additions & 1 deletion jest.base-config.front.js
Expand Up @@ -51,7 +51,6 @@ module.exports = {
'<rootDir>/packages/admin-test-utils/lib/setup/styled-components.js',
'<rootDir>/packages/admin-test-utils/lib/setup/strapi.js',
],
testEnvironment: 'jsdom',
transform: {
'^.+\\.js$': ['@swc/jest', { jsc: { parser: { jsx: true, dynamicImport: true } } }],
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
Expand Down
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -99,10 +99,9 @@
"glob": "7.2.3",
"husky": "3.1.0",
"istanbul": "~0.4.2",
"jest": "28.1.3",
"jest-circus": "28.1.3",
"jest-cli": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"jest-cli": "26.6.3",
"jest-watch-typeahead": "2.0.0",
"lerna": "5.1.6",
"lint-staged": "10.5.4",
Expand Down

0 comments on commit 13d9650

Please sign in to comment.