1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Update readme to fix display of unit test commands

This commit is contained in:
Michael Abashian 2018-12-20 09:52:03 -05:00 committed by GitHub
parent 46e9fcfda7
commit 7f1c3c8c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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