Lazy load node:net for improved edge runtime compatibility

This commit is contained in:
2025-10-12 13:52:50 -04:00
parent 94a751d9b0
commit db96e8d933
7 changed files with 53 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default defineConfig({
include: ["src/**/*.test.ts"],
exclude: ["dist/**", "node_modules/**"],
sequence: { hooks: "list" },
globals: false,
globals: true,
testTimeout: process.env.SMOKE === "1" ? 30000 : 5000,
},
});