Skip to content

Commit

Permalink
Increase allowed complexity in no-nested-tests.js so I don't have to …
Browse files Browse the repository at this point in the history
…introduce bogus helper functions
  • Loading branch information
papandreou committed Aug 13, 2018
1 parent 5b22f20 commit 262764a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rules/no-nested-tests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

/* eslint "complexity": [ "error", 6 ] */

const astUtils = require('../util/ast');
const { additionalSuiteNames } = require('../util/settings');

Expand Down

0 comments on commit 262764a

Please sign in to comment.