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