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
We use happen to test browser events, but it uses a deprecated method of creating events that limits what we can test (see #4618 (comment)).
We could probably accomplish the same thing with d3.selection#dispatch, which I believe was added to D3 more recently than when @tmcw built happen for this purpose.
The text was updated successfully, but these errors were encountered:
We use happen to test browser events, but it uses a deprecated method of creating events that limits what we can test (see #4618 (comment)).
We could probably accomplish the same thing with d3.selection#dispatch, which I believe was added to D3 more recently than when @tmcw built
happen
for this purpose.The text was updated successfully, but these errors were encountered: