You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Mirage isn't set up quite right or possibly not properly intercepting network requests. Mirage should intercept network requests so you never get to this point. From the error you shared, there aren't any clues that point to one of those problems or the other.
It looks like Mirage isn't set up quite right or possibly not properly intercepting network requests. Mirage should intercept network requests so you never get to this point. From the error you shared, there aren't any clues that point to one of those problems or the other.
I have installed mirage : npm install --save-dev miragejs @miragejs/graphql
The error may is related to the port, but it is not obvious for this case.
While running
npm run test
, I have this error :Environment : Ubuntu
node version : v18.8.0
The text was updated successfully, but these errors were encountered: