mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 16:44:19 +01:00
testing/javascript: Enable Statement.all() raw mode test case
This commit is contained in:
@@ -158,7 +158,7 @@ test.serial("Statement.all()", async (t) => {
|
||||
t.deepEqual(await stmt.all(), expected);
|
||||
});
|
||||
|
||||
test.skip("Statement.all() [raw]", async (t) => {
|
||||
test.serial("Statement.all() [raw]", async (t) => {
|
||||
const db = t.context.db;
|
||||
|
||||
const stmt = await db.prepare("SELECT * FROM users");
|
||||
|
||||
Reference in New Issue
Block a user