Merge remote-tracking branch 'origin/master' into react-context-api

This commit is contained in:
kialam 2018-12-21 10:16:50 -05:00
commit 6dc11a926e
No known key found for this signature in database
GPG Key ID: 2D0E60E4B8C7EA0F

View File

@ -16,10 +16,10 @@
## Unit Tests
To run the unit tests on files that you've changed:
* npm test
* `npm test`
To run a single test (in this case the login page test):
* npm test -- __tests__/pages/Login.jsx
* `npm test -- __tests__/pages/Login.jsx`
**note:** Once the test watcher is up and running you can hit `a` to run all the tests