Caleb Porzio 3 years ago
parent
commit
1509849d9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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