Handling nuxi testing errors
Author: adhamfarragCreated Sep 21, 2023Updated Jul 25, 2026
Labelsenhancement
Using nuxi testing without having testing packages installed causes the following behavior
There are multiple points about it:
- Along with
Vitest, It asks for@nuxt/test-utilsor@nuxt/test-utils-edge. can it be limited to guide users towards the stable package ? - Can we handle installing these packages with a Yes/No question ?
- I also suggest offering direct installation for Vitest module.
Source: nuxt/cli