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