-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It would be great to utilize the vue-testing-utils package in the mount method for the vue test case. This way we can access methods off of that package that aren't otherwise available, such as the emitted method which will check if certain events and data have been emitted from a specific component.
Package Reference: https://github.com/vuejs/vue-test-utils
I can work on this. It would be a breaking change as accessing the original component would require adding .vm to all components being tested within the user's own test classes when accessing the original mounted component.
Metadata
Metadata
Assignees
Labels
No labels