Replies: 1 comment
-
ping |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to move from Jest to Vitest but stumbled upon issues with graphql having different versions installed for different 3rd party modules. After a bunch of Google-fu, we found that we could use resolutions to force graphql to have only one installed version as can be seen in the second code block below. We still get the same error though and we can't figure out why.
Beta Was this translation helpful? Give feedback.
All reactions