Skip to content

Commit

Permalink
Update packages/eslint-plugin/tests/rules/no-useless-empty-export.tes…
Browse files Browse the repository at this point in the history
…t.ts

Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
JoshuaKGoldberg and bradzacher committed Feb 2, 2022
1 parent a6c635d commit b4e7ddf
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -33,6 +33,9 @@ ruleTester.run('no-useless-empty-export', rule, {
export * from '_';
export = {};
`,
`
export {};
`,
],
invalid: [
{
Expand Down

0 comments on commit b4e7ddf

Please sign in to comment.