Skip to content

Commit

Permalink
fix tests broken while cleaning up code
Browse files Browse the repository at this point in the history
  • Loading branch information
redbugz committed Dec 12, 2019
1 parent 6c30aa6 commit 58b5b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/files/re-export-common-star.js
@@ -0,0 +1 @@
export * from './common'
2 changes: 1 addition & 1 deletion tests/src/rules/named.js
Expand Up @@ -26,7 +26,7 @@ ruleTester.run('named', rule, {
test({code: 'import { destructingRenamedAssign } from "./named-exports"'}),
test({code: 'import { ActionTypes } from "./qc"'}),
test({code: 'import {a, b, c, d} from "./re-export"'}),
test({code: 'import {a, b, c} from "./re-export-common"'}),
test({code: 'import {a, b, c} from "./re-export-common-star"'}),
test({code: 'import {RuleTester} from "./re-export-node_modules"'}),

test({ code: 'import { jsxFoo } from "./jsx/AnotherComponent"'
Expand Down

0 comments on commit 58b5b02

Please sign in to comment.