From 8297549a05839f34eff2e0c3071d413f1dd672d7 Mon Sep 17 00:00:00 2001 From: shreyas-londhe Date: Fri, 13 Sep 2024 14:17:51 +0530 Subject: [PATCH] fix: updated test script --- packages/circuits/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/circuits/package.json b/packages/circuits/package.json index 3abef34d..a8f2f5a6 100644 --- a/packages/circuits/package.json +++ b/packages/circuits/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "publish": "yarn npm publish --access=public", - "test": "NODE_OPTIONS=--max_old_space_size=8192 jest tests" + "test": "NODE_OPTIONS=--max_old_space_size=8192 jest --runInBand --detectOpenHandles --forceExit --verbose tests" }, "dependencies": { "@zk-email/zk-regex-circom": "^2.1.0",