From c131dcd84ddfc611b391847ff63526a545724cab Mon Sep 17 00:00:00 2001 From: Nate Stemen Date: Tue, 8 May 2018 10:15:55 -0400 Subject: [PATCH] remove old test instructions --- services/web/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/README.md b/services/web/README.md index 51f73d02ec..811e7fbd33 100644 --- a/services/web/README.md +++ b/services/web/README.md @@ -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 ```