From ae25711a13718f11f785566aa9ec68913f3ae33d Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Thu, 18 Jul 2024 17:02:31 -0400 Subject: [PATCH] update package.json for local testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a6bc778..886b2def 100644 --- a/package.json +++ b/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",