- Line numbers are printed on JS for assertions.
- Fixed a bug where assertions in JavaScript tests could fail to report an error due to them being async.
- Fixed a bug where failed tests on the JavaScript target would crash the
main
function. - Fixed a bug where tests on the JavaScript target could succeed regardless of return value.
- Added support for OTP versions below 23.
- Added support for running tests on the JavaScript target.
- Updated for Gleam v0.18.0.
- Added
gleeunit/should
module containing assertions.
- Slightly improved failure format.
- Fixed Hex package which was missing some files.
gleeunit.discover_and_run_tests
removed.gleeunit.main
added.
- Initial release.