Skip to content

Commit

Permalink
update webpack.md with a link to working jest transformer (#12395)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidyfine authored Mar 3, 2025
1 parent 3c8075e commit b11773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/integrations/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default graphql(currentUserQuery)(Profile)

## Jest

[Jest](https://facebook.github.io/jest/) can't use the Webpack loaders. To make the same transformation work in Jest, use [jest-transform-graphql](https://github.com/remind101/jest-transform-graphql).
[Jest](https://facebook.github.io/jest/) can't use the Webpack loaders. To make the same transformation work in Jest, use [jest-graphql-transformer](https://github.com/hamidyfine/jest-graphql-transformer).

## FuseBox

Expand Down

0 comments on commit b11773a

Please sign in to comment.