remove old test instructions

This commit is contained in:
Nate Stemen 2018-05-08 10:15:55 -04:00 committed by GitHub
parent 3144922bcd
commit c131dcd84d

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: The makefile contains a short cut to run these:
``` ```
make install # Only needs running once, or when npm packages are updated
make unit_test make unit_test
``` ```