test-utils wont register custom plugins
I'm currently migrating away from the auto imports and since the unit tests are not working anymore it seems like I need to switch to nuxt test utils (away from a custom setup with the vue test utils).
But now my custom nuxt plugins are not registered anymore (useNuxtApp does not include them). I just get
But now my custom nuxt plugins are not registered anymore (useNuxtApp does not include them). I just get
$myPlugin is not a function. Any ideas on how to debug this?