### Version 1.0.0 ### Reproduction link [https://github.com/maxarndt/repro-vue-test-utils-deprecation-warning](https://github.com/maxarndt/repro-vue-test-utils-deprecation-warning) ### Steps to reproduce 1. Clone repro repo 2. `npm i` 3. `npm test` ### What is expected? Using a non deprecated function as [`.destroy()`](https://github.com/vuejs/vue-test-utils/blob/ae73ef4de9be785c7a1c4f05fc626ba8b530faab/packages/test-utils/src/wrapper.js#L144) 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`. <!-- generated by vue-issues. DO NOT REMOVE -->