v1.0.0
This release adds nice messages for all assertion types. See the Main changes below for more information.
Project Update
$ ember install ember-qunit-nice-errorsMain changes
- Add nice message for
strictEqual,notStrictEqual,propEqual,notPropEqual,deepEqualandnotDeepEqualassertion types. This means we are covering all QUnit assertions types.
Community contributions
- #27 Add support for
deepEqualandnotDeepEqual(@fedekau) - #28 Add support for
strictEqualandnotStrictEqual(@fedekau) - #29 Add support for
propEqualandnotPropEqual(@fedekau)
Happy testing!