Merge branch 'next' of https://github.com/lhorie/mithril.js into speed
This commit is contained in:
commit
0a744f6387
5 changed files with 176 additions and 131 deletions
|
|
@ -117,7 +117,6 @@ describe("m.deferred()", function () {
|
|||
expect(value2()).to.be.an("error")
|
||||
})
|
||||
|
||||
// FIXME: this is a bug.
|
||||
it("synchronously throws subclasses of Errors on creation", function () {
|
||||
expect(function () {
|
||||
m.deferred().reject(new TypeError())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue