Skip to content

Commit

Permalink
Remove missing assertions again, doesn't work on harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
janmeier committed Apr 10, 2015
1 parent 94f5e18 commit 095f2b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 1 addition & 4 deletions test/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 095f2b7

Please sign in to comment.