v1.1.1
This release fixes a bug reported in #38. See the Main changes below for more information.
Project Update
$ ember install ember-qunit-nice-errorsMain changes
- Fix for bug reported in #38, when using the option
completeExistingMessages
assert.expect(10);Was being changed to
assert.expect('assert.expect(10)');Community contributions
- #38 Add messages only to supported assertions (@sdebarros)
Happy testing!