Closed watadarkstar closed 6 months ago
Description
I noticed this mistake in the Remix example when I was going through it.
One should call server.listen() not enableApiMocking() (perhaps that was the old API)
server.listen()
enableApiMocking()
Description
I noticed this mistake in the Remix example when I was going through it.
One should call
server.listen()
notenableApiMocking()
(perhaps that was the old API)