Closed JoshAwaze closed 10 months ago
Hi. Initially, I thought it was possible but since createMiddleware
function spreads the handlers
array, it produces a new array. You wouldn't be able to modify it even if you modify the original handlers
you spread. What you describe is not possible at this moment.
Hi, before I start to use your library I was wondering if it supported the ability to change the underlying mocked handlers for each test.
E.g.