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

This commit is contained in:
Pekka Enberg
2025-08-06 09:22:48 +03:00
parent 53acd22950
commit 3a5e7f8fb6

View File

@@ -147,7 +147,7 @@ test.skip("Statement.iterate()", async (t) => {
}
});
test.skip("Statement.all()", async (t) => {
test.serial("Statement.all()", async (t) => {
const db = t.context.db;
const stmt = await db.prepare("SELECT * FROM users");