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" },