Explorar el Código

normalize test

Yuki Takei hace 3 años
padre
commit
eed49f20c0
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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"
   },