Skip to content

Commit

Permalink
Add test for 18253
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Garrett committed Aug 11, 2019
1 parent e53b6b0 commit 1f0be85
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ if (EMBER_METAL_TRACKED_PROPERTIES) {
runTask(() => this.$('button').click());

this.assertText('1');

runTask(() => this.$('button').click());

this.assertText('2');
}

'@test nested getters update when dependent properties are invalidated'() {
Expand Down

0 comments on commit 1f0be85

Please sign in to comment.