- BREAKING CHANGE: Requires
moc
version0.11.0
or higher. - Added
testsys
function to run tests withsystem
capability. (by @skilesare)
Example:
testsys<system>("test", func<system>() {
myFunc<system>();
});
- Fixed test run in
wasi
mode
Breaking changes:
expect.call
now only available when imported frommo:test/async
- Added
expect
helper for easier testing of assertions