mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
testing/javascript: Enable exec() after close() test case
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user