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

Commit 6dc8039a by sdepold

added drop before test

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