Skip to content

record requests once #20

@ericclemmons

Description

@ericclemmons

Sometimes tests will repeat the same call multiple times.

When recording, each requests should be memoized so that the single response is used once.

Alternatively, every call could be intercepted & put into a queue, which is then handled until it's empty.

That way every call (removing process.nextTick) happens in a serial fashion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions