seibii / cyclejs-test-helpers

A small collection of useful utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
});

About

A small collection of useful utilities

License:MIT License


Languages

Language:JavaScript 57.4%Language:TypeScript 42.6%