mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-13 10:28:51 +00:00
fix relay.ts imports after 7f11c0c618.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { test, expect } from 'bun:test'
|
||||
|
||||
import { makeAuthEvent } from './nip42.ts'
|
||||
import Relay from './relay-pure.ts'
|
||||
import { Relay } from './relay.ts'
|
||||
|
||||
test('auth flow', async () => {
|
||||
const relay = await Relay.connect('wss://nostr.wine')
|
||||
|
||||
Reference in New Issue
Block a user