From e0453cb40bc3bd64eb90a59baabc9d057cdca88e Mon Sep 17 00:00:00 2001 From: Gilles Coomans Date: Tue, 18 Apr 2017 18:44:12 +0200 Subject: [PATCH] fix(coverage): add istanbul ignore next on empty signature --- src/babelute.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/babelute.js b/src/babelute.js index 59f609a..bd3c0e5 100644 --- a/src/babelute.js +++ b/src/babelute.js @@ -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 }