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 2626 },
2727 "scripts" : {
2828 "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.'"
3034 }
3135}
You can’t perform that action at this time.
0 commit comments