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

Commit feb56a6e by Mick Hansen

remove .only

1 parent ddb755de
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ var chai = require('chai') ...@@ -7,7 +7,7 @@ var chai = require('chai')
chai.Assertion.includeStack = true chai.Assertion.includeStack = true
describe.only(Support.getTestDialectTeaser("Sequelize Errors"), function () { describe(Support.getTestDialectTeaser("Sequelize Errors"), function () {
describe('API Surface', function() { describe('API Surface', function() {
it('Should have the Error constructors exposed', function() { it('Should have the Error constructors exposed', function() {
expect(Sequelize).to.have.property('Error') expect(Sequelize).to.have.property('Error')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!