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

Commit

Permalink
fix: karma
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Aug 22, 2018
1 parent 8abfd41 commit ed59024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ var localBrowsers = realBrowser ? Object.keys(travisLaunchers) : ['PhantomJS'];

module.exports = function(config) {
config.set({
// browsers: sauceLabs ? Object.keys(sauceLabsLaunchers) : localBrowsers, //
browsers: ['Chrome'],
browsers: sauceLabs ? Object.keys(sauceLabsLaunchers) : localBrowsers, //
// browsers: ['Chrome'],

frameworks: ['mocha', 'chai-sinon'],

Expand Down

0 comments on commit ed59024

Please sign in to comment.