assaf/node-replay

Mocha tests fail on master

timhuff opened this issue · 2 comments

I was attempting to modify this library in order to permit RegEx matching on the body. When I cloned it, however, I found that all the mocha tests fail. The most recent commit that I can get them to pass for is 1ee5c96, just after the test cases were converted to ES6 but just before the code base was converted to ES6. Is this accurate or am I not running this correctly? I'm running npm install, then gulp, then mocha.

They all pass for me, running the same set of commands as you describe.

It's been a while and I've since decided to go with Nock. If you see no error, I'm going to go ahead and close this with the assumption that I was running the tests incorrectly.