Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
esbanarango committed Oct 22, 2017
1 parent 66f8291 commit 3bdd318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 3bdd318

Please sign in to comment.