thoughtbot / react-native-template

Template React Native project to be used with Cookiecutter
MIT License
61 stars 8 forks source link

Add test that app renders #20

Closed jakecraige closed 7 years ago

jakecraige commented 7 years ago

Add a simple test that verifies the app renders properly when using the test renderer. Add the necessary config to make this work.

jakecraige commented 7 years ago

The test example get's a little into the more "example" category than template, but I think it's useful for people new to RN to get a quick idea of what testing with jest and snapshots might look like.

Since it's just test files in the future there could be a way to exclude specific files so that we don't include them when generating the cookie cutter.