Skip to content

Commit

Permalink
fix(coverage): add istanbul ignore next on empty signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nomocas committed Apr 18, 2017
1 parent 0ac924c commit e0453cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/babelute.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export class Babelute {
* @throws {Error} If lexicon not found (when first arg is string)
* @throws {Error} If method not found in lexicon (when first arg is string)
*/
/* istanbul ignore next */
_use(babelute, ...args) { // eslint-disable-line no-unused-vars
// will be implemented in lexicon
}
Expand Down

0 comments on commit e0453cb

Please # to comment.