Skip to content

Suggestion: 'to yield exchanges [satisfying]' #18

@msiebuhr

Description

@msiebuhr

After getting into testing some non-idempodent flows I ended up missing something like this:

expect(foo, 'to yield exchanges satisfying', [{
    request: {...},
    response: {...}
}, {
    request: {...},
    response: {...}
}]);

Basically short-hand for

expect(foo, 'to yield exchange satisfying', {...})
    .then(function () {
         return expect(foo, 'to yield excchange satisfying', {...});
     });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions