We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f3cda commit bd7f492Copy full SHA for bd7f492
packages/@ember/-internals/glimmer/tests/integration/components/tracked-test.js
@@ -245,6 +245,10 @@ if (EMBER_METAL_TRACKED_PROPERTIES) {
245
runTask(() => this.$('button').click());
246
247
this.assertText('1');
248
+
249
+ runTask(() => this.$('button').click());
250
251
+ this.assertText('2');
252
}
253
254
'@test nested getters update when dependent properties are invalidated'() {
0 commit comments