Skip to content

v1.0.0

Choose a tag to compare

@acostami acostami released this 29 Jul 18:39

This release adds nice messages for all assertion types. See the Main changes below for more information.

Project Update

$ ember install ember-qunit-nice-errors

Main changes

  • Add nice message for strictEqual, notStrictEqual, propEqual, notPropEqual, deepEqual and notDeepEqual assertion types. This means we are covering all QUnit assertions types.

Community contributions

  • #27 Add support for deepEqual and notDeepEqual (@fedekau)
  • #28 Add support for strictEqual and notStrictEqual (@fedekau)
  • #29 Add support for propEqual and notPropEqual (@fedekau)

Happy testing!