Merge pull request #547 from sharelatex/ns-update-readme-for-testing

remove old test instructions
This commit is contained in:
James Allen 2018-05-11 13:49:48 +01:00 committed by GitHub
commit 1469fd8693

View file

@ -43,7 +43,6 @@ Unit tests can be run in the `test_unit` container defined in `docker-compose.te
The makefile contains a short cut to run these:
```
make install # Only needs running once, or when npm packages are updated
make unit_test
```