Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Commit

Permalink
fix(karma): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Feb 18, 2016
1 parent ad6fe91 commit e8a0ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ module.exports = function (config) {
presets: ['es2015'],
plugins: [
'babel-plugin-espower'
/*, NOTE: disable, see /~https://github.com/speedskater/babel-plugin-rewire#istanbul
'babel-plugin-rewire'*/
// NOTE: disable, see /~https://github.com/speedskater/babel-plugin-rewire#istanbul
// DISABLE: 'babel-plugin-rewire'
]
}
}],
Expand Down

0 comments on commit e8a0ae4

Please sign in to comment.