testing/javascript: Enable Statement.all() raw mode test case

This commit is contained in:
Pekka Enberg
2025-08-06 09:23:16 +03:00
parent 3a5e7f8fb6
commit 185b7016dd

View File

@@ -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");