Using --no-cache option for jest tests

This commit is contained in:
Hetu Nandu 2020-11-28 10:37:10 +05:30 committed by GitHub
parent b199c539be
commit f248304720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@
"eject": "react-scripts eject",
"start-prod": "REACT_APP_ENVIRONMENT=PRODUCTION craco start",
"cytest": "REACT_APP_TESTING=TESTING REACT_APP_ENVIRONMENT=DEVELOPMENT craco start & ./node_modules/.bin/cypress open",
"test:unit": "$(npm bin)/jest -b --colors",
"test:unit": "$(npm bin)/jest -b --colors --no-cache",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},