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

Commit 12c4f1c6 by sdepold

spec debugging on travis

1 parent b42d8a02
Showing with 1 additions and 0 deletions
...@@ -21,6 +21,7 @@ describe('QueryInterface', function() { ...@@ -21,6 +21,7 @@ describe('QueryInterface', function() {
it("should drop all tables", function() { it("should drop all tables", function() {
Helpers.async(function(done) { Helpers.async(function(done) {
interface.showAllTables().success(function(tableNames) { interface.showAllTables().success(function(tableNames) {
console.log(tableNames)
expect(tableNames.length).toEqual(0) expect(tableNames.length).toEqual(0)
done() done()
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!