From 3bdd3185b289b85526797710140e835de27ea650 Mon Sep 17 00:00:00 2001 From: Esteban Arango Medina Date: Sun, 22 Oct 2017 17:40:24 -0500 Subject: [PATCH] Fix #213 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 52ccdaa8..c63813f2 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,7 @@ module.exports = { return ESLint.create(tree, { testGenerator: this.options.testGenerator || this._testGenerator, - group: (this.options.group !== false) ? type : undefined, + group: (this.options.testGenerator && this.options.group !== false) ? type : undefined, extensions: this.options.extensions, options: {