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 ec1f163 commit 0bd86f5Copy full SHA for 0bd86f5
packages/web/vitest.config.ts
@@ -1,8 +1,6 @@
1
import { defineConfig } from 'vitest/config';
2
-import tsconfigPaths from 'vite-tsconfig-paths';
3
4
export default defineConfig({
5
- plugins: [tsconfigPaths()],
6
test: {
7
environment: 'jsdom',
8
},
0 commit comments