We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.0-beta.11
https://jsfiddle.net/bqtfqwpw/
Tested component: https://jsfiddle.net/g7s289sh/ Tests suites: https://jsfiddle.net/bqtfqwpw/
Tests passed
Tests failed
Looks like vue/test-utils shared default props between test suites
The text was updated successfully, but these errors were encountered:
We should probably do a deep-clone here; https://github.com/vuejs/vue-test-utils/blob/dev/src/lib/create-instance.js#L51
Sorry, something went wrong.
The problem with doing a deep clone is that we wouldn't be able to use stubs passed in propsData 🤔
Successfully merging a pull request may close this issue.
Version
1.0.0-beta.11
Reproduction link
https://jsfiddle.net/bqtfqwpw/
Steps to reproduce
Tested component: https://jsfiddle.net/g7s289sh/
Tests suites: https://jsfiddle.net/bqtfqwpw/
What is expected?
Tests passed
What is actually happening?
Tests failed
![image](https://user-images.githubusercontent.com/4497128/35511352-8da155d0-050c-11e8-82ab-f5e844e1b974.png)
Looks like vue/test-utils shared default props between test suites
The text was updated successfully, but these errors were encountered: