Nuxt test utils and provide/inject
Any idea how to test a component that is using provide and inject, without creating a test only wrapper.
This is what I tried, based on the docs https://test-utils.vuejs.org/api/#global-provide
This is what I tried, based on the docs https://test-utils.vuejs.org/api/#global-provide
The official testing suite utils for Vue.js 3