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

Commit 57c5798c by Mick Hansen

remove .only

1 parent d1f4aa1f
Showing with 1 additions and 1 deletions
...@@ -780,7 +780,7 @@ describe(Support.getTestDialectTeaser("Include"), function () { ...@@ -780,7 +780,7 @@ describe(Support.getTestDialectTeaser("Include"), function () {
}) })
}) })
it.only('should be possible to extend the on clause with a where option on a belongsTo include', function (done) { it('should be possible to extend the on clause with a where option on a belongsTo include', function (done) {
var User = this.sequelize.define('User', {}) var User = this.sequelize.define('User', {})
, Group = this.sequelize.define('Group', { , Group = this.sequelize.define('Group', {
name: DataTypes.STRING name: DataTypes.STRING
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!