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

Commit 86ee3d5b by Mick Hansen

jshint

1 parent b9fbc3f8
Showing with 1 additions and 6 deletions
...@@ -3,15 +3,10 @@ ...@@ -3,15 +3,10 @@
/* jshint -W030 */ /* jshint -W030 */
/* jshint -W110 */ /* jshint -W110 */
var chai = require('chai') var chai = require('chai')
, Sequelize = require('../../index')
, expect = chai.expect , expect = chai.expect
, Support = require(__dirname + '/support') , Support = require(__dirname + '/support')
, DataTypes = require(__dirname + '/../../lib/data-types') , DataTypes = require(__dirname + '/../../lib/data-types')
, dialect = Support.getTestDialect() , dialect = Support.getTestDialect();
, sinon = require('sinon')
, _ = require('lodash')
, moment = require('moment')
, Promise = require('bluebird');
describe(Support.getTestDialectTeaser('Replication'), function() { describe(Support.getTestDialectTeaser('Replication'), function() {
if (dialect === 'sqlite') return; if (dialect === 'sqlite') return;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!