You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I have this setup incorrectly, or maybe if there was a way to have all test files share the same nuxt instance?
P.S. I am working on a potential GH action version that will run nuxt in the background and allow a possible setup({host: ...}) version, if i get this working i'll share it.
Additional information
Would you be willing to help implement this feature?
Describe the feature
I have a project where I've written multiple test files, each with their own
setup()
inside the topdescribe()
When I run these tests it creates a nuxt instance for each test file, demonstrated here: https://github.com/fumeapp/bio/actions/runs/10505024117/job/29101731333#step:12:48
I'm not sure if I have this setup incorrectly, or maybe if there was a way to have all test files share the same nuxt instance?
P.S. I am working on a potential GH action version that will run nuxt in the background and allow a possible setup({host: ...}) version, if i get this working i'll share it.
Additional information
Final checks
The text was updated successfully, but these errors were encountered: