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

This commit is contained in:
Pekka Enberg
2025-08-06 08:08:35 +03:00
parent c9cec67d94
commit 66b4de1ad9

View File

@@ -341,7 +341,7 @@ test.serial("Database.prepare() after close()", async (t) => {
});
});
test.skip("Database.exec() after close()", async (t) => {
test.serial("Database.exec() after close()", async (t) => {
const db = t.context.db;
await db.close();
await t.throwsAsync(async () => {