nuxt / test-utils

🧪 Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
323 stars 84 forks source link

Ability to `setup()` a server-only environment for testing #921

Open acidjazz opened 3 months ago

acidjazz commented 3 months ago

Describe the feature

Allow the option to only provide server functionality for faster testing in situations where the API is priority for coverage

setup({
  serverOnly: true
})

Additional information

Final checks