mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
Merge remote-tracking branch 'origin/master' into react-context-api
This commit is contained in:
@@ -16,10 +16,10 @@
|
|||||||
## Unit Tests
|
## Unit Tests
|
||||||
|
|
||||||
To run the unit tests on files that you've changed:
|
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):
|
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
|
**note:** Once the test watcher is up and running you can hit `a` to run all the tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user