Re-enable some failing tests
This commit is contained in:
parent
df114a4ee2
commit
b52f227839
4 changed files with 7 additions and 8 deletions
|
|
@ -118,7 +118,7 @@ describe("m.deferred()", function () {
|
|||
})
|
||||
|
||||
// FIXME: this is a bug.
|
||||
xit("synchronously throws subclasses of Errors on creation", function () {
|
||||
it("synchronously throws subclasses of Errors on creation", function () {
|
||||
expect(function () {
|
||||
m.deferred().reject(new TypeError())
|
||||
}).to.throw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue