Skip to content

Commit

Permalink
Fix lint error 3
Browse files Browse the repository at this point in the history
  • Loading branch information
golopot committed Feb 14, 2020
1 parent c1d059e commit b3f9e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/default-import-match-filename.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ruleTester.run('default-import-match-filename', rule, {
),
{
code: `import QWERTY from '../bbb/ccc';`,
output: undefined,
output: `import QWERTY from '../bbb/ccc';`,
options: [{ignorePaths: ['aaa']}],
errors: [{message: getMessage('ccc')}],
},
Expand Down

0 comments on commit b3f9e10

Please sign in to comment.