We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c1949 commit c8c0e20Copy full SHA for c8c0e20
test/testTable.js
@@ -44,10 +44,8 @@ describe("Check Table operations", function() {
44
it("should connect to dynamodb and list tables", function(done) {
45
db.listTables({}, function(err, data) {
46
if(err){
47
- console.log("==== error hit ====");
48
should.exist(err);
49
} else {
50
- console.log("==== Not error hit ====");
51
expect(data.TableNames).to.be.empty;
52
}
53
done();
0 commit comments