From 99a83b9775d12c412362e51bbd8fa0d3837db0d4 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 6 Apr 2024 22:35:11 -0400 Subject: [PATCH] Update jest invocation --- packages/map2tree/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 7d5ab1fd..e8bf7492 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -30,7 +30,7 @@ "scripts": { "build": "tsc", "clean": "rimraf lib", - "test": "jest", + "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "lint": "eslint . --ext .ts", "type-check": "tsc --noEmit", "prepack": "pnpm run clean && pnpm run build",