cyclejs-test-helpers
v4.0.0
Published
A small collection of useful utilities
Downloads
161
Readme
cyclejs-test-helpers
A small collection of useful utilities
Content
diagramArbitrary
A jsverify Arbitrary, that can be used to generate random stream diagrams. Use @cycle/time to get Streams.
Usage:
const property = forall(diagramArbitrary, diagram => {
const Time = mockTimeSource();
const click$ = Time.diagram(diagram);
//... Rest of the test
});