Skip to content

Commit

Permalink
Add a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
golopot committed Feb 15, 2020
1 parent 87d9b97 commit 81041eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/rules/default-import-match-filename.js
Expand Up @@ -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"',
Expand Down

0 comments on commit 81041eb

Please sign in to comment.