Hello,
I'm thinking about creating a module providing some testing configuration. The plugin would work with Jest, allowing to unit test components, vuex stores, plugins… The whole configuration will be already done, and developers would just have to include it.
But, before getting started, I'd like some information :
nuxt test
for exemple) ?For now, I implemented some testing setup here : https://github.com/antoinerey/nuxt-jest
Edit: The more I think about it, the more I feel like it'd be better to make a vue-cli plugin. What do you think ?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2610">#c2610</a>)</em></sub></div>