File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 44
44
@echo " ################################################################################"
45
45
46
46
clean :
47
+ npm run jest:clean
47
48
rm -vfr ./node_modules
48
49
rm -vfr ./coverage
49
50
mkdir -p ./coverage
Original file line number Diff line number Diff line change 28
28
"start" : " npm run test" ,
29
29
"lint" : " npx eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'" ,
30
30
"jest:ci" : " node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug" ,
31
+ "jest:clean" : " jest --clearCache && watchman watch-del-all" ,
31
32
"jest:bruteforce" : " BRUTEFORCE=true node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug" ,
32
33
"jest:watch" : " node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug --watchAll" ,
33
34
"prettier" : " npx prettier --write 'src/**/*.js'" ,
You can’t perform that action at this time.
0 commit comments