File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 26
26
},
27
27
"scripts" : {
28
28
"lint" : " npx eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'" ,
29
- "test" : " jest"
29
+ "jest" : " node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug" ,
30
+ "jest:bruteforce" : " BRUTEFORCE=true node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug" ,
31
+ "jest:watch" : " node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug --watchAll" ,
32
+ "test" : " npm run jest" ,
33
+ "test:all" : " npm run lint && npm run jest && echo 'Done.'"
30
34
}
31
35
}
You can’t perform that action at this time.
0 commit comments