mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: Error: PGlite is closed
This commit is contained in:
parent
60fbe70212
commit
bc0580dd05
1 changed files with 0 additions and 1 deletions
|
|
@ -262,7 +262,6 @@ async function createTestRoute() {
|
||||||
[Symbol.asyncDispose]: async () => {
|
[Symbol.asyncDispose]: async () => {
|
||||||
mock.restore();
|
mock.restore();
|
||||||
await db[Symbol.asyncDispose]();
|
await db[Symbol.asyncDispose]();
|
||||||
await relay[Symbol.asyncDispose]();
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue