[ember] Relax observable tests - Fixes #28942

This commit is contained in:
Mike North
2018-09-17 09:12:01 -07:00
parent 38d022f09e
commit 76a5fdc540

View File

@@ -24,7 +24,7 @@ class MyComponent extends EmberObject {
removeObserver(this, 'foo', lambda);
}
fooDidChange(sender: this, key: keyof this) {
fooDidChange(sender: this, key: string) {
// your code
}
}