Skip to content

Commit

Permalink
Update test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaterNostr committed Jun 8, 2024
1 parent 86beb15 commit c91c429
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ import { fail } from "https://deno.land/[email protected]/assert/fail.ts";
import * as client_test from "./nostr.ts/relay-single-test.ts";
import { ChannelCreation, ChannelEdition } from "./events.ts";
import { Kind_V2 } from "./events.ts";
import { InMemoryAccountContext, NostrKind, RelayResponse_Event, sign_event_v2 } from "./nostr.ts/nostr.ts";
import {
InMemoryAccountContext,
NostrKind,
RelayResponse_Event,
sign_event_v2,
Signer,
} from "./nostr.ts/nostr.ts";
import { prepareNormalNostrEvent } from "./nostr.ts/event.ts";
import { RelayRejectedEvent, SingleRelayConnection, SubscriptionStream } from "./nostr.ts/relay-single.ts";
import { PrivateKey } from "./nostr.ts/key.ts";
import { sleep } from "https://raw.githubusercontent.com/BlowaterNostr/csp/master/csp.ts";

const test_kv = async () => {
try {
Expand Down

0 comments on commit c91c429

Please sign in to comment.