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.
test
1 parent 8f52019 commit e1a335dCopy full SHA for e1a335d
vitest.setup.ts renamed to test/setup.ts
vitest.config.mts
@@ -9,7 +9,7 @@ const __dirname = path.dirname(__filename)
9
export default defineConfig({
10
test: {
11
environment: 'jsdom',
12
- setupFiles: ['./vitest.setup.ts'],
+ setupFiles: ['test/setup.ts'],
13
globals: true,
14
alias: {
15
// this mapping is disabled as we want `dist` imports in the tests only to be used for "type-only" imports which don't play a role for jest
0 commit comments