dmarr
Module & Pinia
I have a PR to address this but it has been sitting in the queue for awhile https://github.com/vuejs/pinia/pull/2699
7 replies
registerEndpoint returning data from a previous registerEnpoint
I filed a bug https://github.com/nuxt/test-utils/issues/956
3 replies
How to test the side effect of a watcher function?
Maybe this boils down to a pinia issue. I have this test that is failing: https://stackblitz.com/edit/nuxt-starter-k48kf2?file=tests%2Fapi.test.ts
Basically the fetch call in the store isn't awaited with
flushPromises
6 replies