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

Commit ce706174 by Daniel Durante

Moved the done block within a closure for the afterEach call.

1 parent bd442b64
Showing with 3 additions and 1 deletions
...@@ -120,7 +120,9 @@ before(function(done) { ...@@ -120,7 +120,9 @@ before(function(done) {
}) })
afterEach(function(done) { afterEach(function(done) {
Support.clearDatabase(this.sequelize, done) Support.clearDatabase(this.sequelize, function() {
done()
})
}) })
module.exports = Support module.exports = Support
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!