v1.1.0
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-errorsMain 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
- #15 Improve messages (@sdebarros and @acostami)
- #30 Validate ember build works as expected (@san650)
- #31 Add override option (@fedekau)
Happy testing!