Skip to content

Commit f20e6b2

Browse files
committed
remove no longer needed config from js tests, fixes #6
1 parent 6725eed commit f20e6b2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

node/test/transit-records.test.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const sql = postgres({
4242
host: xtdbHost,
4343
port: 5432,
4444
database: "xtdb",
45-
fetch_types: false,
4645

4746
connection: {
4847
// Record objects will be returned fully typed using the transit format:
@@ -70,12 +69,6 @@ const sql = postgres({
7069
},
7170
},
7271

73-
bool: { to: 16 },
74-
int: {
75-
to: 20,
76-
from: [23, 20],
77-
parse: parseInt,
78-
},
7972
},
8073
});
8174

0 commit comments

Comments
 (0)