Pedro Fernandes
Results
2
issues of
Pedro Fernandes
At the moment response bodies are parsed as a string: ``` addBody (data) { const req = this.peek() if (req) { req.body += data } } ``` The issue with...
I've created `forwardWithCallback()` in the style of `mockWithCallback()`, tried to make as minimal change as possible, could reuse some of the code in `createExpectationWithCallback` but opted to keep it all...