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 4a1fea8 commit 2f6f5feCopy full SHA for 2f6f5fe
tsconfig.json
@@ -12,5 +12,8 @@
12
"test/fixtures",
13
"test/unit",
14
"test/benchmark.skip.ts"
15
- ]
+ ],
16
+ "compilerOptions": {
17
+ "types": ["vitest/globals"]
18
+ }
19
}
vitest.config.ts
@@ -2,6 +2,6 @@ import { defineVitestConfig } from '@nuxt/test-utils/config'
2
3
export default defineVitestConfig({
4
test: {
5
-
+ globals: true,
6
},
7
})
0 commit comments