update docs for development environment

This commit is contained in:
Jake McDermott
2019-03-07 10:20:40 -05:00
parent 4fc0d220cc
commit bca9735534
2 changed files with 3 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ make ui-test-ci
# run e2e tests - see awx/ui/test/e2e for more information
npm --prefix awx/ui run e2e
```
**Note**: Unit tests are run on your host machine and not in the development containers.
## Adding dependencies
```shell