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

Commit d732d0cf by Mick Hansen

💄 fix jshint

1 parent 99d8ceda
Showing with 1 additions and 10 deletions
...@@ -5,18 +5,9 @@ ...@@ -5,18 +5,9 @@
var chai = require('chai') var chai = require('chai')
, expect = chai.expect , expect = chai.expect
, Sequelize = require('../../index') , Sequelize = require('../../index')
, Support = require(__dirname + '/support') , Support = require(__dirname + '/support');
, DataTypes = require(__dirname + '/../../lib/data-types')
, dialect = Support.getTestDialect()
, config = require(__dirname + '/../config/config')
, sinon = require('sinon')
, datetime = require('chai-datetime')
, uuid = require('node-uuid')
, current = Support.sequelize;
chai.should(); chai.should();
chai.use(datetime);
chai.config.includeStack = true;
describe(Support.getTestDialectTeaser('Vectors'), function() { describe(Support.getTestDialectTeaser('Vectors'), function() {
it('should not allow insert backslash', function () { it('should not allow insert backslash', function () {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!