mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +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))
|
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