jameslnewell / xhr-mock

Utility for mocking XMLHttpRequest.
196 stars 48 forks source link

Add sequence util #83

Closed OriMarron closed 5 years ago

OriMarron commented 5 years ago

The once util is very helpful, and sequence is an expansion of the concept. Instead of creating twice and thrice etc., use sequence to pass an array of any number of responses.

jameslnewell commented 5 years ago

I'll spend some time getting CI working again shortly.

jameslnewell commented 5 years ago

I've published your changes xhr-mock@2.5.0. Thanks!

OriMarron commented 5 years ago

Great, thanks! :)