- Allow more precise configuration for mocking identifiers
mockIdentifiers
was renamed toignoreIdentifiers
- Added
jest.mockFn()
- Added ability to merge mocked identifiers with actual module, use
{ requireActual: true }
in the plugin config. Default false - Added ability to overwrite default configuration
Initial release