Convert all tests to TypeScript

This commit is contained in:
Alex Gleason
2023-05-10 16:10:19 -05:00
committed by fiatjaf_
parent 64caef9cda
commit 18e8227123
32 changed files with 439 additions and 405 deletions

View File

@@ -119,7 +119,7 @@ export function makeZapReceipt({
paidAt
}: {
zapRequest: string
preimage: string | null
preimage?: string
bolt11: string
paidAt: Date
}): EventTemplate<Kind.Zap> {