Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Revert "update(karma): replace phantom testing with chrome testing"
Browse files Browse the repository at this point in the history
This reverts commit 6d7a505.
  • Loading branch information
ThomasBurleson committed Jul 10, 2016
1 parent 6d7a505 commit d593229
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function(config) {
// - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`)
// - PhantomJS
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
browsers: ['Firefox', 'Chrome'],
browsers: ['Firefox', 'PhantomJS'],

client: {
// Do not clear the context as this can cause reload failures with Jasmine
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.2.0",
"jquery": "^3.0.0",
"jshint": "^2.9.2",
"jshint-summary": "^0.4.0",
"karma": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-chrome-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"lazypipe": "^1.0.1",
"lodash": "^4.13.1",
"jquery": "^2.1.3",
"jshint-summary": "^0.3.0",
"karma": "^0.13.15",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^0.2.14",
"lazypipe": "^0.2.2",
"lodash": "^3.0.0",
"merge-stream": "^0.1.6",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"phantomjs-prebuilt": "^2.1.7",
Expand Down

0 comments on commit d593229

Please sign in to comment.