From e9679fd7f5d7f174f60417c1ea748f89505568bd Mon Sep 17 00:00:00 2001 From: "R. Gurung" Date: Mon, 6 May 2019 10:38:25 +0530 Subject: [PATCH] minor typo fix --- test/no-typeerror-with-notthrows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/no-typeerror-with-notthrows.js b/test/no-typeerror-with-notthrows.js index 18879892..ad8a45e6 100644 --- a/test/no-typeerror-with-notthrows.js +++ b/test/no-typeerror-with-notthrows.js @@ -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