This commit is contained in:
Raven Scott
2026-05-20 19:51:22 -04:00
parent 0f2ab198a6
commit 040f1d05ea
324 changed files with 2715 additions and 5466 deletions
+5
View File
@@ -19,3 +19,8 @@ test('mirror-realm: dual write', async (t) => {
t.is(m.read('A', 'x'), 'alpha')
await m.close()
})
test('hyper-p2p-mirror-realm: close without leak', async (t) => {
const m = new HyperP2PMirrorRealm()
await m.close()
t.pass()
})