Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 656 Bytes

File metadata and controls

36 lines (22 loc) · 656 Bytes

Mops-test changelog

2.1.2

  • Migrate from base to core 2.0.0

2.1.1

  • Increase expect.array stringify limit from 100 to 20_000 chars

2.1.0

  • Fixed formatting of test names containing \n

2.0.0

  • BREAKING CHANGE: Requires moc version 0.11.0 or higher.
  • Added testsys function to run tests with system capability. (by @skilesare)

Example:

testsys<system>("test", func<system>() {
  myFunc<system>();
});

1.2.0

  • Fixed test run in wasi mode

Breaking changes:

  • expect.call now only available when imported from mo:test/async

1.1.0

  • Added expect helper for easier testing of assertions