Skip to content

v0.22.0

Compare
Choose a tag to compare
@lkipke lkipke released this 20 Apr 20:22
· 23 commits to main since this release

Features

  • Add m.assert.isValid assertion, which pairs nicely with our existing m.assert.isInvalid (#87) - @ystarangl
  • BREAKING CHANGE: Support file matching in the CLI: you can now specify file names/patterns in the CLI if you want to only run a subset of your test files! (#91) - @lkipke
    • Previously, we would specifically search the following subdirectories for *.test.brs files: test, tests, source, components. Now, we recursively search every subdirectory except for node_modules.

Internal

  • Put e2e tests in their own folder (#92) - @lkipke