Replies: 1 comment
-
I removed this plugin and jest was happy. I don't think I was using this plugin anyway. https://graphql-code-generator.com/docs/plugins/typescript-graphql-files-modules |
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.
-
I can't seem to get Jest to work nicely with the namespaces created. In my codegen.yml, I have multiple documents
documents: 'src/lib/*.ts'
. That ends up having a couple of modules with DocumentNode imported in each. Jest blows up at this.Beta Was this translation helpful? Give feedback.
All reactions