Release 6.1.0
New:
- Mocking has been reworked again for a much improved, more Vitest-like experience (#346)
- Mock objects now auto-update
mockImplementation
,mockReturnValue
and "once" variants are supported- Utilities and config options for clearing, resetting and restoring all mocks
Fixed:
- The service doesn't delay test execution until a BrowserWindow is available (#340)
Documentation:
- Rework of documentation - now using
docs
directory, README is streamlined (#346) - Updated mocking documentation for the new approach (#346)
Developer: