diff --git a/package.json b/package.json index 56f347a1ab..15be911ef3 100644 --- a/package.json +++ b/package.json @@ -58,9 +58,9 @@ "electron:build:linux": "npm run build && cd electron && npm run build:linux", "test": "node --import tsx/esm --test tests/unit/*.test.mjs", "test:unit": "node --import tsx/esm --test tests/unit/*.test.mjs", - "test:plan3": "node --test tests/unit/plan3-p0.test.mjs", - "test:fixes": "node --test tests/unit/fixes-p1.test.mjs", - "test:security": "node --test tests/unit/security-fase01.test.mjs", + "test:plan3": "node --import tsx/esm --test tests/unit/plan3-p0.test.mjs", + "test:fixes": "node --import tsx/esm --test tests/unit/fixes-p1.test.mjs", + "test:security": "node --import tsx/esm --test tests/unit/security-fase01.test.mjs", "check:cycles": "node scripts/check-cycles.mjs", "check:route-validation:t06": "node scripts/check-route-validation.mjs", "check:any-budget:t11": "node scripts/check-t11-any-budget.mjs",