Skip to content

Commit

Permalink
fix(import/default): rename test file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovieira committed Oct 30, 2019
1 parent 86d2eff commit c639b5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/src/rules/default.js
Expand Up @@ -187,7 +187,7 @@ context('TypeScript', function () {
},
}),
test({
code: `import foobar from "./typescript-default-reexport"`,
code: `import foobar from "./typescript-export-assign-default-reexport"`,
parser: parser,
settings: {
'import/parsers': { [parser]: ['.ts'] },
Expand Down

0 comments on commit c639b5b

Please sign in to comment.