chore(test): add setup

This commit is contained in:
Benjamin Canac
2024-03-11 16:51:17 +01:00
parent 924551e546
commit bc2dbbbbd0
2 changed files with 11 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ export default defineVitestConfig({
nuxt: {
rootDir: fileURLToPath(new URL('test/nuxt/', import.meta.url))
}
}
},
setupFiles: './setup.ts'
}
})