Skip to content

v1.1.0

Choose a tag to compare

@fedekau fedekau released this 12 Aug 00:57

This release adds two configuration options, one to improve messages and one to override all assertions messages. It also adds one acceptance test. See the Main changes below for more information.

Project Update

$ ember install ember-qunit-nice-errors

Main changes

  • Option showFileInfo, adds the line number and file path where the error occurred.
  • Option completeExistingMessages, indicates the addon to replace all assertions, including the ones with messages set by you.
  • Acceptance tests have been added to ensure that the build process is not affected, and the right changes are made to the builded files.

Community contributions

Happy testing!