From 52ac01b34360f669b332d95f6794e2ad5f47e225 Mon Sep 17 00:00:00 2001 From: Stefano Verna Date: Wed, 5 Jun 2024 13:43:48 +0200 Subject: [PATCH] Matrix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b270be..7518aa2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "watch": "babel -w src --out-dir . --ignore __tests__", "prepublish": "cross-env NODE_ENV=production yarn build", "test-v4": "yarn build && jest --forceExit", - "test": "yarn build && jest --forceExit --testNamePattern='^(?!tracedSVG)'" + "test": "yarn build && node --experimental-vm-modules node_modules/jest/bin/jest.js --forceExit --testNamePattern='^(?!tracedSVG)'" }, "devDependencies": { "@babel/cli": "^7.6.2",