Caleb Porzio 3 年之前
父節點
當前提交
1509849d9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -16,7 +16,7 @@
     "scripts": {
         "build": "node ./scripts/build.js",
         "watch": "node ./scripts/build.js --watch",
-        "test": "cypress run && jest test",
+        "test": "cypress run",
         "cypress": "cypress open",
         "jest": "jest test",
         "update-docs": "node ./scripts/update-docs.js",