Nock v11.0.0-beta.31 Release Notes

Release Date: 2019-08-01 // over 4 years ago
  • 11.0.0-beta.31 (2019-08-01)

    💥 BREAKING CHANGES

    • uncaught errors thrown inside of user provided reply functions, whether async or not, will no longer be caught, and will no longer generate a successful response with a status code of 500. Instead, the error will be emitted by the request just like any other unhandled error during the request processing.