From ed58c1049a919cfd45d91e0ba245aea04f4cfab4 Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Sat, 14 Jan 2023 03:49:51 +0100 Subject: [PATCH] lint --- test/connect.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/connect.test.ts b/test/connect.test.ts index 89e2eba..463251b 100644 --- a/test/connect.test.ts +++ b/test/connect.test.ts @@ -43,7 +43,9 @@ class MobileHandler extends NostrSigner { describe('Nostr Connect', () => { it.only('generates a connectURI', async () => { - const url = ConnectURI.fromURI(`nostrconnect://b889ff5b1513b641e2a139f661a661364979c5beee91842f8f0ef42ab558e9d4?metadata={"name":"Example","description":"🔉🔉🔉","url":"https://example.com","icons":["https://example.com/icon.png"]}&relay=wss://nostr.vulpem.com`); + const url = ConnectURI.fromURI( + `nostrconnect://b889ff5b1513b641e2a139f661a661364979c5beee91842f8f0ef42ab558e9d4?metadata={"name":"Example","description":"🔉🔉🔉","url":"https://example.com","icons":["https://example.com/icon.png"]}&relay=wss://nostr.vulpem.com` + ); console.log(url.target); }); it('connect', async () => {