Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
golopot committed Feb 14, 2020
1 parent c910b64 commit b32abff
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 @@ -135,6 +135,7 @@ ruleTester.run('default-import-match-filename', rule, {
),
{
code: `import QWERTY from '../bbb/ccc';`,
output: null,
options: [{ignorePaths: ['aaa']}],
errors: [{message: getMessage('ccc')}],
},
Expand Down

0 comments on commit b32abff

Please sign in to comment.