|
|
@@ -62,12 +62,11 @@
|
|
|
"dev": "yarn build",
|
|
|
"test-api": "node --conditions development test/index.js",
|
|
|
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test/index.js",
|
|
|
- "test": "npm run build && npm run format && npm run test-coverage",
|
|
|
+ "test": "npm run build && npm run test-coverage",
|
|
|
"lint": "yarn eslint \"**/*.{cjs, js,jsx,ts,tsx}\"",
|
|
|
"lint:fix": "yarn eslint \"**/*.{cjs, js,jsx,ts,tsx}\" --fix"
|
|
|
},
|
|
|
"typeCoverage": {
|
|
|
- "atLeast": 94.81,
|
|
|
"detail": true,
|
|
|
"strict": true,
|
|
|
"ignoreCatch": true
|