Closed Asday closed 5 years ago
Do you want to create a PR with the documentation in the README? I've mostly moved on from using Expo, so would be a little hard for me to set it all up.
I did. This is the PR. :)
Oh man, how did I not notice that? :laughing:
It's still too early, didn't have my coffee yet. Thank you!
Sorry, thought you could merge when it was approved. I just merged it. Sorry for the delay!
Jest doesn't transform code within
node_modules/
by default, so any exported untranspiled code (such as this module) will cause it to fall over. This is not obvious to a beginner, and without explicit documentation, puts yet another barrier in the way to writing tests.