不要怂,就是干,撸起袖子干!

Commit 5ef9edc4 by José Moreira

Test Unit: add done()

1 parent 08a888b2
Showing with 2 additions and 1 deletions
......@@ -49,7 +49,8 @@ describe(Support.getTestDialectTeaser("Include"), function () {
]}
]
}).done( function ( err ) {
expect( err ).not.to.be.ok
expect( err ).not.to.be.ok;
done();
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!