What is the recommended way to explicitly import $fetch or useCookie into a Pinia store?
?
I'm trying to ensure that whenever @nuxt/test-utils-edge pulls in the store for a test that it can find those normally auto-imported helpers/composables.
1 Reply
Looks like this works, but it seems clunky, right?