From 91635cbf4c7045ecc2b84087a883ce3912006a9c Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:39:15 -0700 Subject: [PATCH] Update vitest.config.mjs --- vitest.config.mjs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vitest.config.mjs b/vitest.config.mjs index 8abe501..5a0726f 100644 --- a/vitest.config.mjs +++ b/vitest.config.mjs @@ -76,8 +76,10 @@ export default defineConfig({ workerTimeout: 120000, // 2min for worker timeout poolTimeout: 120000, // 2min for pool timeout // Optimize dependencies - deps: { - inline: ["@testing-library/jest-dom"], // Inline testing library + server: { + deps: { + inline: ["@testing-library/jest-dom"], // Inline testing library + }, }, }, });