0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 12:16:11 -05:00
This commit is contained in:
Divy Srivastava 2025-02-01 15:07:15 +05:30
parent 12338040ec
commit a40a55732f

View file

@ -75,7 +75,6 @@ Deno.test("[node/sqlite] StatementSync read bigints are supported", () => {
Deno.test("[node/sqlite] createSession and changesets", () => {
const db = new DatabaseSync(":memory:");
// @ts-expect-error: types aint typing yet
const session = db.createSession();
db.exec("CREATE TABLE test (id INTEGER PRIMARY KEY, name TEXT)");