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

Commit af7d2d7e by Mick Hansen

bad .only

1 parent 7fd629db
Showing with 1 additions and 1 deletions
......@@ -437,7 +437,7 @@ describe(Support.getTestDialectTeaser("Promise"), function () {
promise.emit('success', 'yay');
});
it.only('should still work with .done() when rejecting', function(done) {
it('should still work with .done() when rejecting', function(done) {
var spy = sinon.spy()
, promise = new SequelizePromise(function (resolve, reject) {
reject(new Error('no'));
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!