Skip to content

Commit

Permalink
Add some fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 15, 2023
1 parent 9a3e24f commit 675ca10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/fixtures/addon-only-js/src/a-component.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Component from '@glimmer/component';

export class AComponent extends Component {
get someGetter() {
return 'someGetter';
}
}
1 change: 1 addition & 0 deletions tests/fixtures/addon-only-js/src/b-component.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{this.someGetter}}
Empty file.

0 comments on commit 675ca10

Please sign in to comment.