Add test:clean run command to clean Jest cache

This commit is contained in:
Martijn Walraven 2018-10-11 20:53:40 +02:00
parent 0491af858d
commit 6906cde5bf

View file

@ -13,6 +13,7 @@
"lint": "prettier-check '**/*.{js,ts}'",
"lint-fix": "prettier '**/*.{js,ts}' --write",
"test": "jest --verbose",
"test:clean": "jest --clearCache",
"test:watch": "jest --verbose --watch",
"testonly": "npm test",
"test:ci": "npm run coverage -- --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",