- Consider promise rejection as an exception (#15)
- Fixed issue with aggressive test suite re-run on any file update from basis.js dev-server
- Implemented test environment destroy when test is done and file syncing is switched off (#10, @wuzyk)
- Fixed issue with nested
assert.async()fails on low CPU (#13, @wuzyk)
- Fixed
assert.visited()wrong failure for first test in just inited scope
- Fixed issue with using as
node.jsmodule
- Fix issue with
assert.async()called in next code frame, e.g. viasetTimeout()(#7)
- Support for
Promiseas result of test function (#6) - Rework timers and fix issue with race condition when using
setImmediatepolyfill (#3) - Implement
visitAPI - Rework build and publish
- Add stack trace for exception
- Fix test group selection
- Fix readme in release
- Make
assert.async()work (thanks to @wuzyk)
- Initial release