Skip to content

v1.1.1

Choose a tag to compare

@fedekau fedekau released this 13 Aug 23:30

This release fixes a bug reported in #38. See the Main changes below for more information.

Project Update

$ ember install ember-qunit-nice-errors

Main 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

Happy testing!