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

Commit 93b0daa1 by Mick Hansen

Merge pull request #1551 from seegno/hotfix/deprecation-warning

Fix chai deprecation warning
2 parents f3eda977 78619a6e
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ var chai = require('chai')
, async = require('async')
chai.use(datetime)
chai.Assertion.includeStack = true
chai.config.includeStack = true
var sortById = function(a, b) {
return a.id < b.id ? -1 : 1
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!