We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861b522 commit 1f04b99Copy full SHA for 1f04b99
vite.config.ts
@@ -57,6 +57,7 @@ export default defineConfig(({ mode }) => {
57
fileParallelism: false,
58
testTimeout: 100_000, // 100 seconds
59
coverage: { include: ["src/**/*.ts"] },
60
+ // Allow loading env variables from `.env.test`
61
env: loadEnv("test", process.cwd()),
62
},
63
};
0 commit comments