Skip to content

Commit

Permalink
Include template for basic component
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Dec 16, 2021
1 parent 3b5bf21 commit d283f64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/dummy/app/templates/components/basic.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<p id='uses-decorators'>{{this.someField}}</p>
<p id='gets-private-field'>{{this.getsPrivateField}}</p>
<p id='calls-private-method'>{{this.callsPrivateMethod}}</p>

0 comments on commit d283f64

Please sign in to comment.