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

Commit 6cacda3b by Mick Hansen

Remove .only

1 parent 0b75f32f
Showing with 1 additions and 1 deletions
...@@ -812,7 +812,7 @@ describe(Support.getTestDialectTeaser("HasMany"), function() { ...@@ -812,7 +812,7 @@ describe(Support.getTestDialectTeaser("HasMany"), function() {
}) })
}) })
it.only('should be able to add twice (second call result in UPDATE call) without any attributes (and timestamps off) on the through model', function (done) { it('should be able to add twice (second call result in UPDATE call) without any attributes (and timestamps off) on the through model', function (done) {
var Worker = this.sequelize.define('Worker', {}, {timestamps: false}) var Worker = this.sequelize.define('Worker', {}, {timestamps: false})
, Task = this.sequelize.define('Task', {}, {timestamps: false}) , Task = this.sequelize.define('Task', {}, {timestamps: false})
, WorkerTasks = this.sequelize.define('WorkerTasks', {}, {timestamps: false}) , WorkerTasks = this.sequelize.define('WorkerTasks', {}, {timestamps: false})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!