Update vitest.config.mjs
This commit is contained in:
+4
-2
@@ -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
|
||||||
deps: {
|
server: {
|
||||||
inline: ["@testing-library/jest-dom"], // Inline testing library
|
deps: {
|
||||||
|
inline: ["@testing-library/jest-dom"], // Inline testing library
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user