remove last remains of pool-pure.ts

This commit is contained in:
fiatjaf
2023-12-22 07:51:17 -03:00
parent 397931f847
commit 7067b47cd4
3 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ test('connectivity', async () => {
test('connectivity, with Relay.connect()', async () => {
const relay = await Relay.connect('wss://public.relaying.io')
expect(relay.connected).toBeTrue()
relay.close()
})
test('querying', async () => {