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
I am receiving this error after adding transform: { '\\.(gql|graphql)$': 'jest-transform-graphql', 'l to jest config file
The error I am receiving
`SyntaxError: /Users/user/Desktop/newproj/fe-eventme/node_modules/react-native-ratings/dist/images/star.png: Unexpected character '�'. (1:0)
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)
`
The text was updated successfully, but these errors were encountered: