Răsfoiți Sursa

normalize test

Yuki Takei 3 ani în urmă
părinte
comite
eed49f20c0
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      packages/remark-growi-plugin/package.json

+ 1 - 2
packages/remark-growi-plugin/package.json

@@ -21,9 +21,8 @@
     "tsc": "tsc -p tsconfig.build.json",
     "tsc:w": "yarn tsc -w",
     "test": "cross-env NODE_ENV=test npm run test-coverage",
-    "test-api": "node --conditions development test/**.test.js",
+    "test-api": "tape --conditions development test/**.test.js",
     "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
-    "pretest-coverage": "type-coverage",
     "lint": "eslint \"**/*.{cjs, js,jsx,ts,tsx}\"",
     "lint:fix": "eslint \"**/*.{cjs, js,jsx,ts,tsx}\" --fix"
   },