Yuki Takei 3 лет назад
Родитель
Сommit
eed49f20c0
1 измененных файлов с 1 добавлено и 2 удалено
  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"
   },