testing/javascript: Enable prepare() after close() test case

This commit is contained in:
Pekka Enberg
2025-08-06 07:50:23 +03:00
parent f53adab4a8
commit cda3375061

View File

@@ -330,7 +330,7 @@ test.skip("errors", async (t) => {
t.is(noTableError.rawCode, 1)
});
test.skip("Database.prepare() after close()", async (t) => {
test.serial("Database.prepare() after close()", async (t) => {
const db = t.context.db;
await db.close();
await t.throwsAsync(async () => {