mirror of
https://github.com/actions/setup-node.git
synced 2025-06-27 21:23:49 +00:00
Update unit-tests for cache-save.ts file, add coverage option to Jest
This commit is contained in:
parent
eaead3517c
commit
73ea510762
2 changed files with 58 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue