Releases: react-gjs/gest
Releases · react-gjs/gest
0.5.0
0.4.1
0.4.0
What's Changed
- feat: use the MainLoop's
runAsync
instead of the Gtk'smain
by @ncpa0cpl in #77 - feat: added duration for suites logs by @ncpa0cpl in #78
- fix: added a catch to the mainloop start by @ncpa0cpl in #79
- feat: test context by @ncpa0cpl in #93
- feat: extended support for fake timers by @ncpa0cpl in #95
- fix: toEqual bug with arrays by @ncpa0cpl in #96
Full Changelog: https://github.com/react-gjs/gest/blob/master/CHANGELOG.md#040-july-4-2023
0.3.2
What's Changed
- fix: prevent async describes by throwing errors when detected by @ncpa0cpl in #52
- fix: toThrow and toReject assert were sometimes incorrectly passing by @ncpa0cpl in #53
- feat: added toThrowMatch and toRejectMatch assert methods by @ncpa0cpl in #54
Full Changelog: https://github.com/react-gjs/gest/blob/master/CHANGELOG.md#032-may-22-2023
0.3.1
0.3.0
What's Changed
- feat: reworked the stack parsing algorithm, added config option that … by @ncpa0cpl in #32
- feat: added FakeTimers feature by @ncpa0cpl in #33
- feat: function mocks by @ncpa0cpl in #34
- feat: added the total duration of all tests in the reported summary by @ncpa0cpl in #35
Full Changelog: https://github.com/react-gjs/gest/blob/master/CHANGELOG.md#030-may-17-2023
0.2.0
What's Changed
- feat: added test summary reporting by @ncpa0cpl in #14
- fix: errors and mistakes related to reporting by @ncpa0cpl in #15
- feat: added option that will silence all logs within the test files by @ncpa0cpl in #23
- feat: improved the mock path detection logic by @ncpa0cpl in #25
- fix: proper comparison of arrays by @ncpa0cpl in #26
- feat: added timouts to test units by @ncpa0cpl in #27
- fix: incorrect test duration measurement by @ncpa0cpl in #28
- feat: added option to skip a single unit test in code by @ncpa0cpl in #29
Full Changelog: https://github.com/react-gjs/gest/blob/master/CHANGELOG.md#020-may-3-2023