Open RehanShakir opened 2 years ago
This problem does not seem related to jest-transform-graphql
. More likely it's an issue with your specific setup or code as the transformer would not be loading a png file. Possible you have an invalid gql file, or something is otherwise wrong with your transformer setup
I am receiving this error after adding
transform: { '\\.(gql|graphql)$': 'jest-transform-graphql', 'l
to jest config fileThe error I am receiving `SyntaxError: /Users/user/Desktop/newproj/fe-eventme/node_modules/react-native-ratings/dist/images/star.png: Unexpected character '�'. (1:0)
`