Skip to content

Commit 0bd86f5

Browse files
committed
fix: vitest config
1 parent ec1f163 commit 0bd86f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/web/vitest.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { defineConfig } from 'vitest/config';
2-
import tsconfigPaths from 'vite-tsconfig-paths';
32

43
export default defineConfig({
5-
plugins: [tsconfigPaths()],
64
test: {
75
environment: 'jsdom',
86
},

0 commit comments

Comments
 (0)