Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 1484f6b

Browse files
committed
check if it will pass mysql weird error
1 parent 3baea35 commit 1484f6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/connections/postgres.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ import createTestClient from './create-test-connection';
22
const { client: db, defaultSchema: DEFAULT_SCHEMA } = createTestClient();
33

44
beforeAll(async () => {
5-
if (process.env.CONNECTION_TYPE !== 'postgres') return;
65
await db.connect();
76
});
87

98
afterAll(async () => {
10-
if (process.env.CONNECTION_TYPE !== 'postgres') return;
119
await db.disconnect();
1210
});
1311

0 commit comments

Comments
 (0)