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 922f24b commit 7a4acf4Copy full SHA for 7a4acf4
vitest.config.ts
@@ -1,9 +1,9 @@
1
import { defineConfig } from "vitest/config"
2
-
3
export default defineConfig({
4
test: {
5
globals: true,
6
environment: "node",
+ testTimeout: 60000,
7
exclude: ["**/node_modules/**", "**/dist/**", "**/temp/**", "**/.{idea,git,cache,output,temp}/**"],
8
coverage: {
9
provider: "v8",
0 commit comments