diff --git a/Makefile b/Makefile index fbbe4df4c5..46a3f6ed53 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ react-app-lint-fix: .PHONY: react-app-test react-app-test: | $(REACT_APP_NODE_MODULES_PATH) react-app-lint @echo ">> running React app tests" - cd $(REACT_APP_PATH) && export CI=true && yarn test --no-watch --coverage + cd $(REACT_APP_PATH) && export CI=true && yarn test --no-watch .PHONY: react-app-start react-app-start: $(REACT_APP_NODE_MODULES_PATH)