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
Describe the solution you'd like
I am trying to move our tests from Jest to Vite, but am having trouble. It seems any test that includes GraphQL queries fail. We use
Is your feature request related to a problem? Please describe.
In Jest, you expose this transformer:
Describe the solution you'd like
I am trying to move our tests from Jest to Vite, but am having trouble. It seems any test that includes GraphQL queries fail. We use
to generate types for our queries in integration tests. For example:
Describe alternatives you've considered
I hoped the graphql plugin for rollup would solve it, but it didn't :(
The text was updated successfully, but these errors were encountered: