'Testing setup for Nuxt + Vuex + Vuetify with Jest

I spent one day solving undocumented issues regarding testing setup for Nuxt + Vuex + Vuetify with Jest.

I had issues like:

  • Unknown custom element: <nuxt-link> - When running jest unit tests

  • Cannot read property 'register' of undefined

  • [Vuetify] Multiple instances of Vue detected



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source