summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-04-09 17:05:47 +0100
committerMichael Krotscheck <krotscheck@gmail.com>2016-04-12 15:19:56 +0000
commitdbd47310488f745d2a12d359fc80504c6384b590 (patch)
tree676ca418c854c8f728d87c8df8d853d6f44ab94e /package.json
parent147a4ec70d970c91f16247e4caad9d0e458f70d9 (diff)
downloadhorizon-dbd47310488f745d2a12d359fc80504c6384b590.tar.gz
Use Chrome for JS unit tests
PhantomJS has setup issues and is slowing down the gate with false failures. We should change to Chrome until Phantom is more reliable, at which point this patch can be reverted. Change-Id: I4bf1c1e8e26ac708bd35145aff98562f30b3a050 Closes-Bug: 1568325
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index ae015bdd2..b6eed808a 100644
--- a/package.json
+++ b/package.json
@@ -11,14 +11,12 @@
"eslint-plugin-angular": "0.15.0",
"jasmine-core": "2.2.0",
"karma": "0.12.31",
- "karma-chrome-launcher": "0.1.8",
+ "karma-chrome-launcher": "^0.1.8",
"karma-cli": "0.0.4",
"karma-coverage": "0.3.1",
"karma-jasmine": "0.3.5",
"karma-ng-html2js-preprocessor": "0.1.2",
- "karma-phantomjs-launcher": "0.2.0",
- "karma-threshold-reporter": "0.1.15",
- "phantomjs": "1.9.17"
+ "karma-threshold-reporter": "0.1.15"
},
"scripts": {
"postinstall": "if [ ! -d .venv ]; then tox -epy27 --notest; fi",