File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 73
73
"build-bin" : " electron-builder -mwl" ,
74
74
"test" : " cross-env NODE_ENV=test jest --verbose" ,
75
75
"test:clear" : " cross-env NODE_ENV=test jest --clearCache" ,
76
+ "test:update-snap" : " cross-env NODE_ENV=test jest --updateSnapshot" ,
76
77
"linter" : " eslint src" ,
77
78
"develop" : " concurrently \" npm run dev\" \" npm run electron\" "
78
79
},
92
93
" js"
93
94
],
94
95
"transform" : {
95
- "\\ .(ts|tsx)$" : " <rootDir>/node_modules/ts-jest/preprocessor.js "
96
+ "\\ .(ts|tsx)$" : " <rootDir>/node_modules/ts-jest"
96
97
},
97
98
"testRegex" : " /__tests__/.*\\ .(ts|tsx|js)$" ,
98
99
"globals" : {
184
185
"extract-text-webpack-plugin" : " ^4.0.0-beta.0" ,
185
186
"html-webpack-plugin" : " ^3.1.0" ,
186
187
"identity-obj-proxy" : " ^3.0.0" ,
187
- "jest" : " ^23.6.0 " ,
188
+ "jest" : " ^25.2.6 " ,
188
189
"node-sass" : " ^4.13.1" ,
189
190
"postcss-loader" : " ^2.1.6" ,
190
191
"redux-mock-store" : " ^1.5.4" ,
You can’t perform that action at this time.
0 commit comments