Skip to content

Releases: htest-dev/htest

v0.0.18

13 Jun 13:12
57102d7
Compare
Choose a tag to compare

What's Changed

API changes

Improvements

  • Better failure display: colored diffs, dimmed unmapped values, inline or vertical alignment of actual and expected values by @DmitrySharabin in #59
  • Better CI integration by @DmitrySharabin in #60
  • Tests which map() or check() function errors are now considered as failed by @DmitrySharabin in #61

Bug fixes

  • When tests run in the browser, console messages are no longer intercepted by @DmitrySharabin in #70
  • Fix bugs with time-based and error-based tests by @DmitrySharabin in #82
  • Don't mix up intercepted console messages between tests when running in Node by @DmitrySharabin in #85

HTML mode

hTest HTML now lives in its own repo and has its own website (by @DmitrySharabin in #90 and #91). It also got some noticeable improvements and bug fixes:

Website and API docs improvements

Full Changelog: v0.0.17...v0.0.18