Update jest invocation

This commit is contained in:
Nathan Bierema 2024-04-06 22:35:11 -04:00
parent 99188054e8
commit 99a83b9775

View File

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