Implement mechanism to skip/quarantine jest specs in vue 3
What does this MR do and why?
Implement mechanism to skip/quarantine jest specs in vue 3
Some of the jest specs are failing spectacularly with Vue 3 by just ending in a locked up state.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
N/A
How to set up and validate locally
VUE_VERSION=3 yarn jest $(git grep -l describeSkipVue3)
Edited by Mark Florian