mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
test: setup file path not working when using vscode extension
This commit is contained in:
@@ -12,6 +12,6 @@ export default defineVitestConfig({
|
||||
rootDir: fileURLToPath(new URL('test/nuxt/', import.meta.url))
|
||||
}
|
||||
},
|
||||
setupFiles: './setup.ts'
|
||||
setupFiles: fileURLToPath(new URL('test/nuxt/setup.ts', import.meta.url))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user