Fix the Nuxt unit-tests that were marked as skipped during the Nuxt 3 migration #5171
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: frontend
Related to the Nuxt frontend
Problem
Some of the unit tests could not be fixed during the Nuxt 3 migration, so they were marked with
skip
and don't run now.Description
The skipped tests are marked with
.skip
modifier, and also [will] have this issue as a comment above them.Alternatives
We could remove/replace the tests that are no longer relevant.
Additional context
The tests can be skipped one-by-one.
The text was updated successfully, but these errors were encountered: