You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk/testing/testbed): set defined event properties as configurable
For a couple of events, we update properties using `defineProperty`
or `defineProperties`. These by default use `configurable: false`.
This does not match the behavior of native event properties
we just overwrote. Those properties are readonly, but still
configurable. We should match that behavior so that the
synthetic events behave similar to actual event objects.
0 commit comments