is there a way to run an http server *
is there a way to run an http server within a test.
For example I have this snippet:
But then I get this error:
I cannot use fetchmock for this, it needs to be some sort of HTTP server on an arbitrary port.
1 Reply
Actually i can use fetch mock with persistence, that will work for my needs, thanks!