From 7f36eb37c75574b2fe23f1fedbba8e8157f1e3bb Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Mon, 11 Jun 2018 15:54:58 -0700 Subject: [PATCH] Remove phantomjs call from the makefile --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index e6dcbfd9b..d5a5e37f8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -288,7 +288,6 @@ test-ui: ## Run Nomad UI test suite @cd ui && npm rebuild node-sass @cd ui && yarn install @echo "--> Running ember tests" - @cd ui && phantomjs --version @cd ui && npm test .PHONY: ember-dist