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

Commit 338562e7 by Mick Hansen

remove .only

1 parent 170bab31
Showing with 1 additions and 1 deletions
......@@ -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', {})
, Group = this.sequelize.define('Group', {
name: DataTypes.STRING
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!