diff --git a/tests/src/rules/default-import-match-filename.js b/tests/src/rules/default-import-match-filename.js index d3b850a02..995d90a39 100644 --- a/tests/src/rules/default-import-match-filename.js +++ b/tests/src/rules/default-import-match-filename.js @@ -52,6 +52,7 @@ ruleTester.run('default-import-match-filename', rule, { 'import loud_cat from "./loud-cat"', 'import loudcat from "./loud_cat"', 'import loud_cat from "./loud_cat"', + 'import loudCat from "./loud_cat"', 'import catModel from "./cat.model"', 'import catModel from "./cat.model.js"', 'import doge from "cat"',