Closed
Description
Version
1.0.0-beta.29
Reproduction link
https://github.com/coreui/coreui-vue/tree/bc1cf959325aee78d692e000184825c43294e158
Steps to reproduce
- clone repo: https://github.com/coreui/coreui-vue/tree/bc1cf959325aee78d692e000184825c43294e158
- npm i
- npm run test (then all test passes)
- update @vue-test-utils to beta.30
- npm run test
What is expected?
beta.30 version doesn't break existing tests
What is actually happening?
beta.30 version breaks existing tests
In beta.29 all my tests are passing, after update to beta.30 many tests that are using "setProps" and "setData" methods are failing.
P.S. there is no possibility to chose beta.30 from versions in issue generator.