Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bsonntag committed Nov 8, 2019
1 parent 41f3d25 commit 4826ab2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ const path = require('path');
*/

describe('eslint-config-seegno', () => {
const linter = new Linter({ configFile: path.join(__dirname, '..', 'src', 'index.js') });
const linter = new Linter({
configFile: path.join(__dirname, '..', 'src', 'index.js'),
ignore: false
});

it('should not generate any violation for correct code', () => {
const source = path.join(__dirname, 'fixtures', 'correct.js');
Expand Down

0 comments on commit 4826ab2

Please sign in to comment.