axelclark / metroAppIOS

A simple IOS app project that tells you when WMATA Metro trains arrive.
MIT License
1 stars 0 forks source link

Add snapshot tests #41

Closed axelclark closed 6 years ago

axelclark commented 6 years ago

Add snapshot tests...previously I added shallow component testing, but see this article on advantages of snapshot testing.

https://blog.callstack.io/unit-testing-react-native-with-the-new-jest-i-snapshots-come-into-play-68ba19b1b9fe

axelclark commented 6 years ago

Added some samples...may not need more tests. Going to close and consider more as new features are added an project progresses.