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

Commit 7e566f9a by Mick Hansen

remove .only

1 parent dbd339fb
Showing with 1 additions and 1 deletions
......@@ -858,7 +858,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
})
})
it.only('should be possible to order by sequelize.col()', function (done) {
it('should be possible to order by sequelize.col()', function (done) {
var self = this
var Company = this.sequelize.define('Company', {
name: Sequelize.STRING
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!