Skip to content

Commit 44fc94c

Browse files
chore: add yarn test:cover command
1 parent a0fb8c6 commit 44fc94c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ package.json
1919
README.md
2020
tsconfig.json
2121
yarn.lock
22+
coverage

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"prepublishOnly": "tsc",
1414
"playground": "npm run build && cd ./playground && npm install && npm run dev",
1515
"test": "jest",
16+
"test:cover": "jest --coverage",
1617
"fix": "npm-run-all --parallel lint:fix format:fix",
1718
"lint:codes": "eslint . --ext .ts",
1819
"lint:fix": "npm run lint:codes --fix",

0 commit comments

Comments
 (0)