Open
Description
Version
1.2.2
Reproduction link
Steps to reproduce
- Install dependencies with
npm install
- Run test –
npm run test
What is expected?
Test will successfully pass
What is actually happening?
Test is failing
Test would be failing unless @vue/test-utils
downgraded to the v1.1.2
or lower, which makes me certain it was introduced in v1.1.3
.