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

Commit 86ee3d5b by Mick Hansen

jshint

1 parent b9fbc3f8
Showing with 1 additions and 6 deletions
......@@ -3,15 +3,10 @@
/* jshint -W030 */
/* jshint -W110 */
var chai = require('chai')
, Sequelize = require('../../index')
, expect = chai.expect
, Support = require(__dirname + '/support')
, DataTypes = require(__dirname + '/../../lib/data-types')
, dialect = Support.getTestDialect()
, sinon = require('sinon')
, _ = require('lodash')
, moment = require('moment')
, Promise = require('bluebird');
, dialect = Support.getTestDialect();
describe(Support.getTestDialectTeaser('Replication'), function() {
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!