We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fb8c6 commit 44fc94cCopy full SHA for 44fc94c
.prettierignore
@@ -19,3 +19,4 @@ package.json
19
README.md
20
tsconfig.json
21
yarn.lock
22
+coverage
package.json
@@ -13,6 +13,7 @@
13
"prepublishOnly": "tsc",
14
"playground": "npm run build && cd ./playground && npm install && npm run dev",
15
"test": "jest",
16
+ "test:cover": "jest --coverage",
17
"fix": "npm-run-all --parallel lint:fix format:fix",
18
"lint:codes": "eslint . --ext .ts",
"lint:fix": "npm run lint:codes --fix",
0 commit comments