cyclejs-community / redux-cycles

Bring functional reactive programming to Redux using Cycle.js
MIT License
745 stars 30 forks source link

Add e2e tests to see whether middleware dispatches actions correctly #8

Closed lmatteis closed 7 years ago

lmatteis commented 7 years ago

@nickbalestra @goshakkk let me know what you think of these e2e test. Added an XXX comment because for async actions (xs.periodic) I can't seem to find a way to test them. Perhaps cyclejs/time will help.

goshacmd commented 7 years ago

Niice!