- Initialised check was failing on zUnit tests imported from another module. Replaced it with an explicit call to testable.initialised
- Fix table formatting in README
- Fix menu in README
- Make suite.discover asynchronous
- Require Node 14 or greater
- Support cjs and mjs module types
- Added nyc, husky, lint-staged, eslint and prettier dev dependencies
- Improved TypeScript definitions
- TypeScript definitions to include test harness report
- Throw a nicer error when a suite is intialised with somethingn other than an instance of Testable
- Added locals for sharing state between tests
- Improved readme
- Improved readme
- Pattern option should not have been path.resolved
-
Launch script documentation
-
Use bundled launch script
- Launch script (work in progress)
-
Throwing a non-error from tests breaks various reporters
-
Replaced deprecated assert.equal with assert.strictEqual
-
SpecReporter colours could not be disabled
-
Discover tripitaka badge
-
SpecReporter tests