Skip to content

Commit

Permalink
Add testing to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsaker committed Jun 2, 2018
1 parent 94ca88f commit 7ac6ced
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ A react-native, redux, redux-saga and firebase project.
* [Style guide](./docs/STYLE_GUIDE.md)
* [Setup guide](./docs/SETUP_GUIDE.md)
* [VSCode snippets](./snippets.json) for sagas, stylesheet, component index, dumb, functional and container components (makes life _waaay_ easier)
* [Testing](./docs/TESTING.md)
* [Process](./docs/PROCESS.md)
* [Tools](./docs/TOOLS.md)
* [Troubleshooting](./docs/TROUBLESHOOTING.md)
Expand Down
7 changes: 7 additions & 0 deletions docs/TESTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Process

## Unit testing

We use [Jest]() for our unit testing.

When writing tests for components, be sure to test all the props (with the exception of any style or style derivative props, e.g. textStyle).

0 comments on commit 7ac6ced

Please sign in to comment.