v14
v14 (2023-09-16)
This release improves running tests:
- Jest has been upgraded to latest version (v29.7). This includes support for newer Jest API features (e.g.
test.each
). - Added
autotest
config option to allow auto-running tests on code changes. - Show skipped tests, and mark the test result status as
skip
.
In addition, UI improvements and bug fixes have been added.
Bug Fixes
- sync: fix
autosync
toggle not being saved in user data (a52413e) - tools: fix showing toolspane in result mode (4ecfe83)
- tools: show skipped tests (5623c8e)