Skip to content

Commit

Permalink
Fix Karma
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Sep 16, 2018
1 parent 1e5acb4 commit 21be1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -82,7 +82,7 @@ module.exports = function(config) {

// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: [ ], //'Chrome', 'Firefox', 'Safari', 'PhantomJS'
browsers: [ 'PhantomJS' ], //'Chrome', 'Firefox', 'Safari', 'PhantomJS'

// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
Expand Down

0 comments on commit 21be1cf

Please sign in to comment.