cyclejs-community / redux-cycles

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

Add async tests for example autocomplete using @cyclejs/time #24

Closed lmatteis closed 7 years ago

lmatteis commented 7 years ago

@nickbalestra @goshakkk check this out!

I think this is truly what separates this middleware from the others. Amazing tests even for async stuff! @cyclejs/time was released just in time 😄

Widdershin commented 7 years ago

I think it's often a good idea to split your spec into two if you find yourself using "and" in the it() text.

That way it's clearer what has broken and what still works when something regresses.