Updates
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user