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

Commit 664e7e96 by Daniel Durante

Removed .only from tests.

1 parent 4d151245
Showing with 1 additions and 1 deletions
...@@ -85,7 +85,7 @@ if (dialect.match(/^mysql/)) { ...@@ -85,7 +85,7 @@ if (dialect.match(/^mysql/)) {
}) })
}) })
describe.only('validations', function() { describe('validations', function() {
describe('enums', function() { describe('enums', function() {
it('enum data type should be case insensitive if my collation allows it', function(done) { it('enum data type should be case insensitive if my collation allows it', function(done) {
var User = this.sequelize.define('User' + config.rand(), { var User = this.sequelize.define('User' + config.rand(), {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!