File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ const baseConfig = require ( '../../jest.config.base.js' ) ;
2
+
3
+ module . exports = {
4
+ ...baseConfig ,
5
+ testRetryTimes : 3 ,
6
+ } ;
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"main" : " src/index.ts" ,
8
8
"scripts" : {
9
- "test:unit" : " yarn g:jest --testPathIgnorePatterns e2e -c ../../jest.config.base.js" ,
10
- "test:e2e" : " yarn g:jest --runInBand -c ../../jest.config.base.js" ,
9
+ "test:all" : " yarn g:jest --runInBand -c jest.config.js" ,
10
+ "test:unit" : " yarn g:jest --testPathIgnorePatterns e2e -c jest.config.js" ,
11
+ "test:e2e" : " yarn g:jest --runInBand --testPathIgnorePatterns tests -c jest.config..js" ,
11
12
"type-check" : " yarn g:tsc --build tsconfig.json" ,
12
13
"test:stress" : " ts-node -O '{\" module\" : \" commonjs\" }' ./e2e/identities-stress.ts"
13
14
},
You can’t perform that action at this time.
0 commit comments