Bring back typedoc

This commit is contained in:
Jon Staab
2025-04-08 15:08:00 -07:00
parent 02202d298e
commit 3301616e7d
19 changed files with 261 additions and 135 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import {now} from "@welshman/lib"
import {publish, PublishStatus, MockAdapter} from "@welshman/net"
import {PublishStatus, MockAdapter} from "@welshman/net"
import {NOTE, makeEvent} from "@welshman/util"
import {Nip01Signer} from "@welshman/signer"
import {LOCAL_RELAY_URL} from "@welshman/relay"
@@ -112,7 +112,7 @@ describe("thunk", () => {
const send = vi.fn()
const track = vi.spyOn(tracker, 'track')
const thunk = makeThunk(mockRequest)
let status = {}
let status: Record<string, any> = {}
// Subscribe to status updates
thunk.status.subscribe(_status => {