cal
cal
NNuxt
Created by cal on 4/22/2024 in #❓・help
Custom Vitest port
how can I set a custom port for all @nuxt/test-utils tests?
await setup({
port: 3001
})
await setup({
port: 3001
})
in each tests works, but I'd prefer setting it via config, thanks
1 replies