Skip to content

Commit

Permalink
check if it will pass mysql weird error
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Dec 18, 2024
1 parent 3baea35 commit 1484f6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/connections/postgres.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import createTestClient from './create-test-connection';
const { client: db, defaultSchema: DEFAULT_SCHEMA } = createTestClient();

beforeAll(async () => {
if (process.env.CONNECTION_TYPE !== 'postgres') return;
await db.connect();
});

afterAll(async () => {
if (process.env.CONNECTION_TYPE !== 'postgres') return;
await db.disconnect();
});

Expand Down

0 comments on commit 1484f6b

Please sign in to comment.