feat(ospec): Allow custom reporters for CI reasons (#2019) (#2020)

This commit is contained in:
Sage Gerard 2017-11-20 18:37:07 -05:00 committed by Pierre-Yves Gérardy
parent b771b67111
commit 4a72829985
4 changed files with 121 additions and 6 deletions

View file

@ -24,6 +24,7 @@
#### Ospec improvements
- Added support for async functions and promises in tests - ([#1928](https://github.com/MithrilJS/mithril.js/pull/1928))
- Added support for custom reporters ([#2009](https://github.com/MithrilJS/mithril.js/pull/2020))
- Error handling for async tests with `done` callbacks supports error as first argument
- Error messages which include newline characters do not swallow the stack trace [#1495](https://github.com/MithrilJS/mithril.js/issues/1495) ([#1984](https://github.com/MithrilJS/mithril.js/pull/1984), [@ RodericDay](https://github.com/RodericDay))