From c6515a5840878960b2dad4a7f4aba438e82a217f Mon Sep 17 00:00:00 2001 From: Greg Soucy Date: Sun, 17 May 2026 17:29:52 -0400 Subject: [PATCH] fix: stabilize runtime-core tests on Node 20 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 983e3eb..da48153 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "build": "tsc", "build:watch": "tsc --watch", "prepare": "npm run build", - "test": "node --test --import tsx/esm test/**/*.test.ts", + "test": "tsx --test", "test:build": "npm run build && node --test dist/test/**/*.test.js", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm test" @@ -85,4 +85,4 @@ "signing", "canonicalization" ] -} +} \ No newline at end of file