Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
Current Behavior
After bumping Ionic Vue from v5 to v6 RC, all my tests that are shallowMount
ed fail with the following error:
Expected Behavior
This didn't happen with v5, and I expect it to work in v6 as well
Steps to Reproduce
Run an Ionic 6 app test with shallowMount
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.17.1
Utility:
cordova-res : not installed globally
native-run : not installed globally
System:
NodeJS : v17.0.1
npm : 8.1.0
OS : macOS Monterey
Additional Information
Also see vuejs/vue-test-utils#1833