mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +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;
|
const db = t.context.db;
|
||||||
await db.close();
|
await db.close();
|
||||||
await t.throwsAsync(async () => {
|
await t.throwsAsync(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user