We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab45116 commit 1c3f811Copy full SHA for 1c3f811
package.json
@@ -26,7 +26,7 @@
26
},
27
"scripts": {
28
"test": "npm run test:code && npm run test:tsc && npm run test:types",
29
- "test:code": "c8 --check-coverage --lines 80 --functions 80 --branches 80 --statements 80 ava test/*.test.js",
+ "test:code": "c8 --check-coverage --lines 100 --functions 100 --branches 100 --statements 100 ava test/*.test.js",
30
"test:code:update-snapshots": "ava --update-snapshots",
31
"test:tsc": "tsc --allowJs --noEmit --esModuleInterop --skipLibCheck --lib es2020 index.js",
32
"test:types": "tsd",
0 commit comments