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
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.