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

Commit 095f2b75 by Jan Aagaard Meier

Remove missing assertions again, doesn't work on harmony

1 parent 94f5e189
Showing with 1 additions and 5 deletions
......@@ -46,7 +46,6 @@
"chai": "^2.1.2",
"chai-as-promised": "^4.3.0",
"chai-datetime": "~1.3.0",
"chai-missing-assertions": "^1.0.0",
"chai-spies": "~0.5.1",
"coffee-script": "~1.7.1",
"commander": "^2.6.0",
......
......@@ -8,10 +8,7 @@ var fs = require('fs')
, Config = require(__dirname + '/config/config')
, chai = require('chai')
, expect = chai.expect
, chaiAsPromised = require('chai-as-promised')
, missingAssertions = require('chai-missing-assertions');
chai.use(missingAssertions);
, chaiAsPromised = require('chai-as-promised');
// Make sure errors get thrown when testing
Sequelize.Promise.onPossiblyUnhandledRejection(function(e, promise) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!