Update unit-tests for cache-save.ts file, add coverage option to Jest

This commit is contained in:
IvanZosimov
2022-06-27 10:17:28 +02:00
parent eaead3517c
commit 73ea510762
2 changed files with 58 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"build": "ncc build -o dist/setup src/setup-node.ts && ncc build -o dist/cache-save src/cache-save.ts",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"test": "jest",
"test": "jest --coverage",
"pre-checkin": "npm run format && npm run build && npm test"
},
"repository": {