diff --git a/test/index.test.js b/test/index.test.js index 87f6675..cc7d5fd 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -233,7 +233,7 @@ describe('functionnal tests', () => { }) it('does trigger events when only the parent element gets matched by one item in the prevent list', () => { - const vm = new VM('
') + const vm = new VM('
') vm.$mount(createDiv()) const input = vm.$el.querySelector('input')