Merge pull request #2034 from pygy/ospec-umdish

Make Ospec Flems-friendly
This commit is contained in:
Pierre-Yves Gérardy 2017-12-01 00:17:52 +01:00 committed by GitHub
commit 956bdc5797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 93 additions and 22 deletions

View file

@ -56,6 +56,7 @@
- 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))
- Make Ospec more [Flems](https://flems.io)-friendly (#2034)
---