mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-10 00:58:51 +00:00
update close() usage
Signed-off-by: BilligsterUser <billigsteruser@protonmail.com>
This commit is contained in:
@@ -19,8 +19,8 @@ let relays = [
|
||||
'wss://nostr.zebedee.cloud/'
|
||||
]
|
||||
|
||||
afterAll(async () => {
|
||||
await pool.close([
|
||||
afterAll(() => {
|
||||
pool.close([
|
||||
...relays,
|
||||
'wss://nostr-relay.untethr.me',
|
||||
'wss://offchain.pub',
|
||||
|
||||
Reference in New Issue
Block a user