m-orchard / svg-editor

A simple SVG editor as practice using CycleJS and RXJS.
2 stars 0 forks source link

Cancel dialog tests fail #1

Open m-orchard opened 8 years ago

m-orchard commented 8 years ago

There's no way to differentiate between sub-components of a parent that listen to events on the same namepsace and rely on isolation when mocking DOM events with the mockDOMSource. This means there can be only one event for the confirm and cancel buttons.

m-orchard commented 8 years ago

Caused by https://github.com/cyclejs/core/issues/279