Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit d593229

Browse files
Revert "update(karma): replace phantom testing with chrome testing"
This reverts commit 6d7a505.
1 parent 6d7a505 commit d593229

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

config/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = function(config) {
7070
// - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`)
7171
// - PhantomJS
7272
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
73-
browsers: ['Firefox', 'Chrome'],
73+
browsers: ['Firefox', 'PhantomJS'],
7474

7575
client: {
7676
// Do not clear the context as this can cause reload failures with Jasmine

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
"gulp-util": "^3.0.1",
5959
"gulp-webserver": "^0.9.1",
6060
"jasmine-core": "^2.2.0",
61-
"jquery": "^3.0.0",
62-
"jshint": "^2.9.2",
63-
"jshint-summary": "^0.4.0",
64-
"karma": "^1.0.0",
65-
"karma-firefox-launcher": "^1.0.0",
66-
"karma-jasmine": "^1.0.2",
67-
"karma-chrome-launcher": "^1.0.0",
68-
"karma-sauce-launcher": "^1.0.0",
69-
"lazypipe": "^1.0.1",
70-
"lodash": "^4.13.1",
61+
"jquery": "^2.1.3",
62+
"jshint-summary": "^0.3.0",
63+
"karma": "^0.13.15",
64+
"karma-firefox-launcher": "^0.1.3",
65+
"karma-jasmine": "^0.3.6",
66+
"karma-phantomjs-launcher": "^1.0.0",
67+
"karma-sauce-launcher": "^0.2.14",
68+
"lazypipe": "^0.2.2",
69+
"lodash": "^3.0.0",
70+
"merge-stream": "^0.1.6",
7171
"minimist": "^1.1.0",
7272
"mkdirp": "^0.5.0",
7373
"phantomjs-prebuilt": "^2.1.7",

0 commit comments

Comments
 (0)