From 6b3c5f6e1aa4a8e9cf13c95233649462d609abac Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Wed, 21 Aug 2024 12:12:30 +0530 Subject: [PATCH] chore: fix cli tests --- packages/bruno-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-cli/package.json b/packages/bruno-cli/package.json index c8e3b72ce..7dd157e4a 100644 --- a/packages/bruno-cli/package.json +++ b/packages/bruno-cli/package.json @@ -14,7 +14,7 @@ "url": "git+https://github.com/usebruno/bruno.git" }, "scripts": { - "test": "jest" + "test": "node --experimental-vm-modules $(npx --no-install which jest)" }, "files": [ "src",