Skip to content

Commit 4f11817

Browse files
author
Kelly Selden
committed
chore: update fixtures
1 parent 352604b commit 4f11817

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

test/fixtures/codemods/ember-angle-brackets-codemod/latest-node/my-app/app/templates/application.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
{{!-- Feel free to remove this! --}}
44

55
{{outlet}}
6-
7-
<Ui::Button @text="Click me" />
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{{!-- The following component displays Ember's default welcome message. --}}
2-
<WelcomePage />
2+
{{welcome-page}}
33
{{!-- Feel free to remove this! --}}
44

55
{{outlet}}
6-
7-
{{ui/button text="Click me"}}

test/fixtures/codemods/ember-angle-brackets-codemod/min-node/my-app/app/templates/application.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
{{!-- Feel free to remove this! --}}
44

55
{{outlet}}
6-
7-
<Ui::Button @text="Click me" />

0 commit comments

Comments
 (0)