Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Fix jest conf
Browse files Browse the repository at this point in the history
Signed-off-by: soupette <cyril.lpz@gmail.com>
  • Loading branch information
soupette committed Jul 19, 2021
1 parent 89495f4 commit 38b4878
Show file tree
Hide file tree
Showing 3 changed files with 5,724 additions and 4,841 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"jest": "^24.3.1",
"jest-canvas-mock": "^2.2.0",
"jest-cli": "^24.3.1",
"jest-environment-jsdom-sixteen": "^2.0.0",
"jest-styled-components": "^7.0.0",
"lerna": "^3.16.4",
"lint-staged": "^9.4.0",
Expand Down
1 change: 1 addition & 0 deletions tools-configuration/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ module.exports = {
},
setupFiles: ['jest-canvas-mock'],
setupFilesAfterEnv: ['<rootDir>../../tools-configuration/test-bundler.js'],
testEnvironment: 'jest-environment-jsdom-sixteen',
};
Loading

0 comments on commit 38b4878

Please sign in to comment.