You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Added
- Configure a timeout for notifications with `--notification-timeout` or
`:kaocha.plugin.notifier/timeout`. Note that this feature doesn't work for
terminal-notifier on macOS, with Java's built-in TrayIcon, or with
notify-send on certain Linux desktop environments and distributions.
## Fixed
- Fix configuration parsing when using `--watch`. Previously, profiles would be
respected on the initial load, but not after watch reloaded the configuration.
- Notifier now reports errors in your notification command instead of silently
failing.
- Fixed `java.lang.IllegalArgumentException: No matching clause: []` exception
when `:kaocha.spec.test.check/syms` is a collection.
0 commit comments