- Migrate from base to core 2.0.0
- Increase
expect.arraystringify limit from 100 to 20_000 chars
- Fixed formatting of test names containing
\n
- BREAKING CHANGE: Requires
mocversion0.11.0or higher. - Added
testsysfunction to run tests withsystemcapability. (by @skilesare)
Example:
testsys<system>("test", func<system>() {
myFunc<system>();
});- Fixed test run in
wasimode
Breaking changes:
expect.callnow only available when imported frommo:test/async
- Added
expecthelper for easier testing of assertions