[Vuejs]-How to test more than 2 components using VeeValidate?

0👍

you need to add sync: false to the mount/shallowMount options.
see https://vue-test-utils.vuejs.org/api/options.html#sync

Leave a comment