Skip to content

Commit

Permalink
Merge pull request #13861 from strapi/fix/rollback-jest-26
Browse files Browse the repository at this point in the history
Chore: Rollback to jest@26.x
  • Loading branch information
Convly committed Jul 27, 2022
2 parents cd963b7 + c77a54f commit c1366d4
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 809 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
9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -99,11 +99,10 @@
"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-watch-typeahead": "2.0.0",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"jest-cli": "26.6.3",
"jest-watch-typeahead": "0.6.5",
"lerna": "5.1.6",
"lint-staged": "10.5.4",
"lodash": "4.17.21",
Expand Down

0 comments on commit c1366d4

Please sign in to comment.