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

Commit 196ce6c9 by Daniel Durante

Removed sinon-chai references in DAO Factory tests.

1 parent ffc8030e
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!