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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Made it possible to set testMatch from the CLI
Changed
(BREAKING) Changed CLI option format to only support --option=value and -o=value (--option and -o are shorthand for --option=true and -o=true respectively)
Fixed
lest.config.lua is no longer required to run tests #97
Unrecognised CLI arguments no longer throw an error, fixing the --luaCommand option in the wrapper being unusable #104