Przeglądaj źródła

update package.json for local testing

KernelDeimos 10 miesięcy temu
rodzic
commit
ae25711a13
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -27,7 +27,7 @@
     "webpack-cli": "^5.1.1"
   },
   "scripts": {
-    "test": "npx mocha src/phoenix",
+    "test": "npx mocha src/phoenix/test src/contextlink/test",
     "start=gui": "nodemon --exec \"node dev-server.js\" ",
     "start": "node ./tools/run-selfhosted.js",
     "build": "cd src/gui; node ./build.js",