Просмотр исходного кода

fix scripts and ignore type-coverage "atLeast" parameter

Yuki Takei 2 лет назад
Родитель
Сommit
3801e321d6
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      packages/micromark-extension-gfm-table/package.json

+ 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