From 5cd10d45a29a3eda8641e3dbb2e4372a07be3c57 Mon Sep 17 00:00:00 2001 From: weboko Date: Fri, 6 Jan 2023 00:08:28 +0100 Subject: [PATCH] remove test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ad5f5b..da31fc6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "test:tsc": "tsc -p tsconfig.dev.json", "test:browser": "karma start karma.conf.cjs", "watch:build": "tsc -p tsconfig.json -w", - "watch:test": "mocha -g \"RLN Contract abstraction\"", + "watch:test": "mocha --watch", "prepublish": "npm run build", "reset-hard": "git clean -dfx && git reset --hard && npm i && npm run build" },