fix README snippet

This commit is contained in:
Jake McDermott
2019-07-01 19:50:16 -04:00
committed by GitHub
parent 4fb055345d
commit 0b724682da

View File

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