Skip to content

Commit e9679fd

Browse files
authored
minor typo fix
1 parent 41fafa4 commit e9679fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/no-typeerror-with-notthrows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ruleTester = avaRuleTester(test, {
88
}
99
});
1010

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

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

0 commit comments

Comments
 (0)