Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Aug 22, 2023
1 parent 926b803 commit d9c78db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/no-empty-glimmer-component-classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ruleTester.run('no-empty-glimmer-component-classes', rule, {
import Component from '@glimmer/component';
export interface SomeSig {}
export in
export interface SomeOtherSig {}
export default class MyComponent<SomeSig> extends Component<SomeOtherSig> {}
`,
Expand Down

0 comments on commit d9c78db

Please sign in to comment.