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
I was able answer Q1 and Q2 by reviewing your source code related to testing, like the createStore(context) function defined in the /test/support directory.
Q1 Answer is Yes, Q2 Answer is right after the store is created.
I'm following the instructions here https://vuex-orm.github.io/plugin-graphql/guide/testing.html#unit-testing in an attempt to get jest unit testing for components using the graphql plugin working.
However ...
I keep getting the following error:
I've attempted do handle this with the following code:
A few questions:
setupTestUtils(VuexORMGraphQL);
work, correct?setupTestUtils
,mock
calls be exactly? The documentation doesn't give any context on this.The text was updated successfully, but these errors were encountered: