Skip to content

Commit

Permalink
travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
stpietsch committed Jun 4, 2022
1 parent 06d87ad commit 9673a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/001_Database.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ describe("Database (class)", () => {
});
});
it("should delete database files", async () => {
/*await shouldThrow(async () => {
await shouldThrow(async () => {
await fs.readdir(`./storage/${dbname}`);
});*/
});
});
});*/
});

0 comments on commit 9673a3c

Please sign in to comment.