Closed
Description
Version
1.0.0
Reproduction link
https://github.com/maxarndt/repro-vue-test-utils-deprecation-warning
Steps to reproduce
- Clone repro repo
npm i
npm test
What is expected?
Using a non deprecated function as .destroy()
should not print deprecation warnings.
What is actually happening?
Using the above mentioned function prints a deprecation warning.
The implementation of .destroy()
needs to be updated to use the successor of isVueInstance
.