Merge branch 'fix-pglite-closed' into 'main'

fix: Error: PGlite is closed

See merge request soapbox-pub/ditto!720
This commit is contained in:
Alex Gleason 2025-03-13 14:45:40 +00:00
commit bfe693c2f8

View file

@ -262,7 +262,6 @@ async function createTestRoute() {
[Symbol.asyncDispose]: async () => {
mock.restore();
await db[Symbol.asyncDispose]();
await relay[Symbol.asyncDispose]();
},
};
}