Skip to content

Commit

Permalink
Update reporters list
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Sep 9, 2021
1 parent 3bd6435 commit fc939ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const settings = {
[files.test] : ['eslint', 'webpack', 'sourcemap']
},
frameworks: ['mocha', 'chai'],
reporters : ['mocha', 'coverage-istanbul', 'BrowserStack'],
reporters : ['mocha', 'coverage-istanbul'], // 'Browserstack' added below
fileFixtures: {
stripPrefix: 'tests/fixtures/'
},
Expand Down

0 comments on commit fc939ac

Please sign in to comment.