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
@@ -20,3 +20,8 @@ test('conflict-set: merge', async (t) => {
await a.close()
await b.close()
})
test('hyper-p2p-conflict-set: close without leak', async (t) => {
const m = new HyperP2PConflictSet()
await m.close()
t.pass()
})