- Move many logs behind a
JEST_NOCK_FIXTURES_VERBOSE
environment variable flag
- BREAKING: changed chape of fixture file to store recordings per test.
- allows better cleanup and cleaner diffs
- fixtures must be re-recorded after updating
- FEAT: adds JestWatchPlugin
- when jest is configured to use this watch plugin (see README),
mode
can be changed on the fly by pressing'r'
when runningjest --watch ...
- when jest is configured to use this watch plugin (see README),
- run
npm update
andnpm audit fix
to clear security warning from dependencies
- When nocks encounters a number of unmatched requests, the error function it calls now includes the path it expects to find the nock file at.
- Fixes a bug introduced in v1.0.2 where the first argument to
unmatchedErrorMessage
was the length of the unmatched request array instead of the array itself
- fix errors not throwing when there are unmatched requests
- fix .npm ignore so it publishes the
src/
directory
- implementation ported and merged