-
Notifications
You must be signed in to change notification settings - Fork 113
Support all mount options in vue-test-utils #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull Request Test Coverage Report for Build 76
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this makes loads of sense to me. Much better.
Further down the line, there's probably a decent argument for deprecating the props key..?
There is, should we bite the bullet and do it here making it a breaking change?
Pushed a further commit that will allow props or propsData to be passed and will copy props to propsData, this will keep backwards compatibility and allow propsData to be used going forward.
Yeah, this seems like a sensible approach.
Allow all supported options to be passed to vue-test-utils mount function. Replaces #12 , hence including test from that PR in here.