Update vitest.config.mjs

This commit is contained in:
adilallo
2026-02-03 21:39:15 -07:00
parent 139780d867
commit 91635cbf4c
+2
View File
@@ -76,8 +76,10 @@ export default defineConfig({
workerTimeout: 120000, // 2min for worker timeout workerTimeout: 120000, // 2min for worker timeout
poolTimeout: 120000, // 2min for pool timeout poolTimeout: 120000, // 2min for pool timeout
// Optimize dependencies // Optimize dependencies
server: {
deps: { deps: {
inline: ["@testing-library/jest-dom"], // Inline testing library inline: ["@testing-library/jest-dom"], // Inline testing library
}, },
}, },
},
}); });