testjavascript / nodejs-integration-tests-best-practices

✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (March 2024)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to assert nocks - Using isDone or by getting the last interception and expecting on it

mikicho opened this issue · comments

scope.isDone() with body match (nocks stype) or get the body from the nocks interceptor and expect