#214·cli

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

2023-09-21 at 21 42 57@2x

There are multiple points about it:

  1. Along with Vitest, It asks for @nuxt/test-utils or @nuxt/test-utils-edge. can it be limited to guide users towards the stable package ?
  2. Can we handle installing these packages with a Yes/No question ?
  3. I also suggest offering direct installation for Vitest module.