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

Commit 99b15f17 by Mick Hansen

remove .only, gdi

1 parent ef0e8bb5
Showing with 1 additions and 1 deletions
...@@ -1289,7 +1289,7 @@ describe(Support.getTestDialectTeaser("DAO"), function () { ...@@ -1289,7 +1289,7 @@ describe(Support.getTestDialectTeaser("DAO"), function () {
}) })
}) })
}) })
it.only("returns null for null, undefined, and unset boolean values", function(done) { it("returns null for null, undefined, and unset boolean values", function(done) {
var Setting = this.sequelize.define('SettingHelper', { var Setting = this.sequelize.define('SettingHelper', {
setting_key: DataTypes.STRING, setting_key: DataTypes.STRING,
bool_value: { type: DataTypes.BOOLEAN, allowNull: true }, bool_value: { type: DataTypes.BOOLEAN, allowNull: true },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!