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

Commit 32bb8f45 by Ruben Bridgewater

Don't swallow errors in failing tests

1 parent 521637a5
Showing with 1 additions and 1 deletions
...@@ -45,7 +45,7 @@ describe(Support.getTestDialectTeaser('QueryChainer'), function() { ...@@ -45,7 +45,7 @@ describe(Support.getTestDialectTeaser('QueryChainer'), function() {
expect(true).to.be.true; expect(true).to.be.true;
done(); done();
}).error(function(err) { }).error(function(err) {
console.log(err); done(err);
}); });
emitter1.run(); emitter1.run();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!