File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module.exports = {
2222 transformIgnorePatterns : [ '/node_modules/(?!d3|d3-array|internmap|delaunator|robust-predicates)' ] ,
2323 testRegex : '(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$' ,
2424 moduleFileExtensions : [ 'ts' , 'tsx' , 'js' ] ,
25- setupFilesAfterEnv : [ '@testing-library/jest-dom/extend-expect ' ] ,
25+ setupFilesAfterEnv : [ '@testing-library/jest-dom' ] ,
2626 testEnvironment : 'jsdom' ,
2727 moduleNameMapper : {
2828 '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$' :
Original file line number Diff line number Diff line change 139139 "eslint-plugin-testing-library" : " ^6.2.0" ,
140140 "html-webpack-plugin" : " ^5.5.4" ,
141141 "identity-obj-proxy" : " ^3.0.0" ,
142+ "jest" : " ^29.7.0" ,
142143 "jsdom" : " ^23.0.1" ,
143144 "react-dom" : " ^18.2.0" ,
144145 "react-router-dom" : " ^6.21.1" ,
145146 "sass-loader" : " ^13.3.2" ,
146147 "style-loader" : " ^3.3.3" ,
148+ "ts-jest" : " ^29.1.2" ,
147149 "ts-loader" : " ^9.5.1" ,
148150 "typedoc" : " ^0.25.4" ,
149151 "typescript" : " ^5.3.3" ,
177179 "html-react-parser" : " ^5.0.11" ,
178180 "intro.js" : " ^7.2.0" ,
179181 "intro.js-react" : " ^1.0.0" ,
182+ "jest-environment-jsdom" : " ^29.7.0" ,
180183 "jsondiffpatch" : " ^0.5.0" ,
181184 "lodash" : " ^4.17.21" ,
182185 "node" : " ^18.12.1" ,
You can’t perform that action at this time.
0 commit comments