mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Lazy load node:net for improved edge runtime compatibility
This commit is contained in:
+1
-1
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user