Skip to content

Commit

Permalink
Fix worker config
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Sep 3, 2018
1 parent 4f4de05 commit 74a873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma-worker.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const parentConfig = require('./karma.config')
module.exports = function(config) {
parentConfig(config)
config.set({
frameworks: ['mocha'],
frameworks: ['detectBrowsers', 'mocha'],
files: [
'test/worker-adapter.js',
{
Expand Down

0 comments on commit 74a873a

Please sign in to comment.