diff --git a/Makefile b/Makefile index aab5ebcf..48bdc7aa 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ ui-dev: .PHONY: ui-test ui-test: - # Run the Jest UI tests. + # Run the Cypress UI tests. cd ${GOPATH}/src/app/ui && npm test .PHONY: eslint