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

Commit 0e929db7 by Mick Hansen

Update order.test.js

1 parent ae3e8c3b
Showing with 2 additions and 3 deletions
...@@ -70,7 +70,7 @@ describe(Support.getTestDialectTeaser('Model'), function() { ...@@ -70,7 +70,7 @@ describe(Support.getTestDialectTeaser('Model'), function() {
} }
}); });
describe.only('injections', function () { describe('injections', function () {
beforeEach(function () { beforeEach(function () {
this.User = this.sequelize.define('user', { this.User = this.sequelize.define('user', {
...@@ -110,4 +110,4 @@ describe(Support.getTestDialectTeaser('Model'), function() { ...@@ -110,4 +110,4 @@ describe(Support.getTestDialectTeaser('Model'), function() {
}); });
}); });
}); });
}); });
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!