79740912

Date: 2025-08-20 09:53:45
Score: 1.5
Natty:
Report link

The problem is with Vitest + graphql. It is a known bug and a workaround was posted here:

https://github.com/vitest-dev/vitest/issues/4605

The workaround is to add this line to your vite config:

resolve: { alias: { graphql: "graphql/index.js" } },
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jonas Holfeld