Skip to content

Release 6.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 21:51
· 1839 commits to main since this release

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:

  • CI: release script distTag is now hooked up to release-it (#342)
  • Test: Improved unit test coverage (#344)
  • Miscellaneous type improvements
  • Updated dependencies

Full Changelog