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

Commit c5a5ece0 by Sascha Depold

Merge branch 'mocha' of github.com:sequelize/sequelize into mocha

2 parents 64349b7b 196ce6c9
Showing with 0 additions and 2 deletions
/* jshint camelcase: false */
var chai = require('chai')
, Sequelize = require('../index')
, sinonChai = require('sinon-chai')
, expect = chai.expect
, Support = require(__dirname + '/support')
, DataTypes = require(__dirname + "/../lib/data-types")
......@@ -12,7 +11,6 @@ var chai = require('chai')
, _ = require('lodash')
, moment = require('moment')
chai.use(sinonChai)
chai.use(datetime)
chai.Assertion.includeStack = true
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!