Skip to content

Using a non deprecated function should not print a deprecation warning #1532

Closed
@maxarndt

Description

@maxarndt

Version

1.0.0

Reproduction link

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() 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions