mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Add test:clean
run command to clean Jest cache
This commit is contained in:
parent
0491af858d
commit
6906cde5bf
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue