DEV Community

Discussion on: Using MirageJS with Nuxt

Collapse
 
martinmalinda profile image
Martin Malinda

Hey! Thanks!

Have you had success with using Mirage in tests as well? I'm just starting with it in Nuxt, and I hit a wall because with Mirage I want to have a more broad test of course, not just mock store. But then I need the VueX store in the test and probably also most of the stuff from the plugins folder.

Any insights appreciated!