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