Skip to content

Lest - v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 22:24
· 36 commits to master since this release
22093e3

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