mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
x
This commit is contained in:
parent
12338040ec
commit
a40a55732f
1 changed files with 0 additions and 1 deletions
|
@ -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)");
|
||||
|
|
Loading…
Add table
Reference in a new issue