Skip to content

Commit

Permalink
Update packages/@ember/-internals/glimmer/tests/integration/component…
Browse files Browse the repository at this point in the history
…s/curly-components-test.js

Co-authored-by: Robert Jackson <[email protected]>
  • Loading branch information
richgt and rwjblue authored Jun 25, 2020
1 parent 112aa70 commit 6f70130
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2905,10 +2905,11 @@ moduleFor(
}

['@test GH#18147 - a two way binding flows upstream to a parent component through a CP']() {
let child;
let parent, child;
let ParentComponent = Component.extend({
init() {
this._super(...arguments);
parent = this;
},
string: 'Hello|World',
});
Expand Down

0 comments on commit 6f70130

Please sign in to comment.