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 ed59024 commit 33632bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Expand Up @@ -62,7 +62,7 @@ var localBrowsers = realBrowser ? Object.keys(travisLaunchers) : ['PhantomJS'];

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

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

0 comments on commit 33632bf

Please sign in to comment.