Skip to content

Commit 35ee6f4

Browse files
committed
fix: Fixed tests
1 parent 8a32d12 commit 35ee6f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/index.test.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ describe('#postgres', () => {
77
it('should start postgres@14 locally', async () => {
88
expect.assertions(2);
99

10-
const returnedUrl = await start({seedPath: `${cwd()}/src/schema.sql`});
10+
const returnedUrl = await start({
11+
seedPath: `${cwd()}/src/schema.sql`,
12+
version: 12,
13+
includeInstallation: false,
14+
});
1115

1216
const sql = postgres(returnedUrl);
1317

0 commit comments

Comments
 (0)