[Vuejs]-Unit testing a Vuetify Data Table with Jest

1👍

Some ideas:
Call wrapper.vm.$nextTick() before you take the snapshot.

Instead of using Vue.use(), try localVue.use(Vuetify)

Leave a comment