Skip to content

Commit

Permalink
Fix deprecation warning in unit test (#2498)
Browse files Browse the repository at this point in the history
See
https://v1.test-utils.vuejs.org/api/wrapper/isvueinstance.html#isvueinstance.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 authored Mar 24, 2024
1 parent f2f9f58 commit b876572
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ describe('ConfigParameter', () => {
}
})

it('is a Vue instance', () => {
expect(wrapper.isVueInstance()).toBeTruthy()
})
it('is an option control', () => {
expect(wrapper.vm.control).toBeDefined()
console.log(wrapper.vm.control.data())
Expand Down

0 comments on commit b876572

Please sign in to comment.