Merge pull request #4252 from ansible/jakemcdermott-fix-readme-snippet

fix README snippet

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-07-03 11:55:05 +00:00
committed by GitHub

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