Skip to content

Commit e1a335d

Browse files
committed
Move test setup file into test folder
1 parent 8f52019 commit e1a335d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const __dirname = path.dirname(__filename)
99
export default defineConfig({
1010
test: {
1111
environment: 'jsdom',
12-
setupFiles: ['./vitest.setup.ts'],
12+
setupFiles: ['test/setup.ts'],
1313
globals: true,
1414
alias: {
1515
// 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

Comments
 (0)