Procházet zdrojové kódy

fix scripts and ignore type-coverage "atLeast" parameter

Yuki Takei před 3 roky
rodič
revize
3801e321d6

+ 1 - 2
packages/micromark-extension-gfm-table/package.json

@@ -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