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

Commit 6058ad79 by Yoni Jah

apply test to all dialects ,removed forgotten test.only statement

1 parent d2fda607
Showing with 1 additions and 3 deletions
......@@ -386,8 +386,7 @@ describe(Support.getTestDialectTeaser('Sequelize'), function() {
}).to.throw(Error, 'Both `replacements` and `bind` cannot be set at the same time');
});
if (Support.dialectIsMySQL()) {
it.only('properly adds and escapes replacement value', function () {
it('properly adds and escapes replacement value', function () {
var logSql,
number = 1,
date = new Date(),
......@@ -418,7 +417,6 @@ describe(Support.getTestDialectTeaser('Sequelize'), function() {
expect(logSql.indexOf('?')).to.equal(-1);
});
});
}
it('uses properties `query` and `values` if query is tagged', function() {
var logSql;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!