Skip to content

Commit

Permalink
chore: re-enable database clearing after each test
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Dec 3, 2024
1 parent d5de85f commit eded424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/embedded-postgres/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ afterEach(async () => {
await pg?.stop();

// Remove all cluster files
// await fs.rm(path.join(DB_PATH), { recursive: true, force: true });
await fs.rm(path.join(DB_PATH), { recursive: true, force: true });
});

it('should be able to initialise a cluster', async () => {
Expand Down

0 comments on commit eded424

Please sign in to comment.