Skip to content

Utilize vue-testing-utils #3

@llaski

Description

@llaski

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions