We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 450cbcb + d78b119 commit 35587a0Copy full SHA for 35587a0
guides/v5.7.0/typescript/application-development/testing.md
@@ -73,7 +73,7 @@ module('Integration | Component | Profile', function (hooks) {
73
};
74
this.user = user;
75
76
- await render(hbs`<Profile @user={{this.user}}`);
+ await render(hbs`<Profile @user={{this.user}} />`);
77
78
assert.dom('[data-test-name]').hasText(this.user.displayName);
79
assert
@@ -142,7 +142,7 @@ module('Integration | Component | Profile', function (hooks) {
142
avatarUrl: 'https://example.com/star-wars/rey',
143
144
145
146
147
148
0 commit comments