From 4c061ba9f44fd31b48e1852576f39d3a3b9f07e9 Mon Sep 17 00:00:00 2001 From: Thomas P Date: Sun, 30 Jul 2017 16:02:44 +0200 Subject: [PATCH] Upgrade karma-phantomjs-launcher to 1.0.0 `phantomjs` was renamed to `phatomjs-prebuilt` but this change was integrated in the 1.0.0 release of `karma-phantomjs-launcher`. The previous versions import the `phantomjs` module, which results in a failure since this module is not anymore installed. Consequently, the `run_tests.sh` script hands infinitely because the launcher fails. This commit makes the run_tests.sh script work again. :-) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f72b04a..9cbbe3e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "karma": "~0.13", "karma-jasmine": "^0.3.6", "karma-junit-reporter": "^0.2.2", - "karma-phantomjs-launcher": "^0.2.1", + "karma-phantomjs-launcher": "^1.0.0", "phantomjs-prebuilt": "^2.1.1", "protractor": "~0.20.1", "shelljs": "^0.2.6",