Skip to content

Change Refabricator.between to only take fabricators #27

Open
@woeps

Description

@woeps

Refabricator.between should be changed to only take fabrics as it's arguments.
This enables to not just use static strings for before and after arguments, but any data which can be generated by a fabricator.

Resulting type:

type betweenOps = {before: Types.fabric, after: Types.fabric};
let between: Types.refabricator(betweenOps);

Also relevant: #28

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlibraryissues regarding the library Refabricator

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions