Skip to content

Commit

Permalink
[Tests] no-extraneous-dependencies: add test case for 2.19.1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 9, 2019
1 parent bc3b034 commit 977da57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/rules/no-extraneous-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ ruleTester.run('no-extraneous-dependencies', rule, {
}),
test({ code: 'export { foo } from "lodash.cond"' }),
test({ code: 'export * from "lodash.cond"' }),
test({ code: 'export function getToken() {}' }),
],
invalid: [
test({
Expand Down

0 comments on commit 977da57

Please sign in to comment.