Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rahgurung authored May 6, 2019
1 parent 41fafa4 commit e9679fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/no-typeerror-with-notthrows.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ruleTester = avaRuleTester(test, {
}
});

const errors = [{ruleId: 'no-typerror-with-notthrows'}];
const errors = [{ruleId: 'no-typeerror-with-notthrows'}];

const header = `const test = require('ava');\n`; // eslint-disable-line quotes

Expand Down

0 comments on commit e9679fd

Please sign in to comment.