Module react-native-web/jest/serializer in the snapshotSerializers option was not found

Viewed 171

Trying to commit React code to GitHub, when i pushed the code, got this problem

TypeError: Cannot read property 'injection' of undefined

enter image description here

To solve this problem, updated react-native-web package to 0.17.0. Then this problem solved but ended up with below error

Module react-native-web/jest/serializer in the snapshotSerializers option was not found

enter image description here

Tried to solve this problem but didn't get much discussions in online except this (i didn't get what is he telling exactly)

Any one know, how to solve this problem

0 Answers
Related