From c93bc67a40be6a76da41157e9f1d42c82105ea2e Mon Sep 17 00:00:00 2001 From: David Jay Date: Wed, 30 Nov 2016 16:29:05 -0500 Subject: [PATCH] Removing mocks from pree2e --- pree2e.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pree2e.sh b/pree2e.sh index 5cb14287b..269e7cdb5 100755 --- a/pree2e.sh +++ b/pree2e.sh @@ -1,4 +1,3 @@ node_modules/selenium-standalone/bin/selenium-standalone install source .env-test -node tests/e2e/mocks & npm start &