We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ad30b commit e06414fCopy full SHA for e06414f
1 file changed
vitest.config.ts
@@ -8,9 +8,7 @@ export default defineConfig((env) =>
8
viteConfig(env),
9
defineConfig({
10
test: {
11
- alias: {
12
- '@/': new URL('./src/', import.meta.url).pathname,
13
- },
+ alias: { '@/': new URL('./src/', import.meta.url).pathname },
14
browser: {
15
enabled: true,
16
headless: true,
0 commit comments