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 Pat Cavit
parent 08c3b291c6
commit 78eeb2b365
4 changed files with 121 additions and 6 deletions

View file

@ -32,6 +32,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))