Commit fb11f91c authored by Kim, Hyeonseo's avatar Kim, Hyeonseo
Browse files

move: node to nodeinfo

parent d98a4df1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ import { command as inbox } from "./inbox.tsx";
import { command as init } from "./init.ts";
import { logFile, recordingSink } from "./log.ts";
import { command as lookup } from "./lookup.ts";
import { command as node } from "./node.ts";
import { command as nodeinfo } from "./nodeinfo.ts";
import { command as tunnel } from "./tunnel.ts";
import { command as webfinger } from "./webfinger.ts";

@@ -63,7 +63,7 @@ const command = new Command()
  .command("init", init)
  .command("lookup", lookup)
  .command("inbox", inbox)
  .command("node", node)
  .command("nodeinfo", nodeinfo)
  .command("tunnel", tunnel)
  .command("completions", new CompletionsCommand())
  .command("webfinger", webfinger)
+1 −1
Original line number Diff line number Diff line
import { assertEquals } from "@std/assert";
import fetchMock from "fetch-mock";
import { getAsciiArt, getFaviconUrl, Jimp, rgbTo256Color } from "./node.ts";
import { getAsciiArt, getFaviconUrl, Jimp, rgbTo256Color } from "./nodeinfo.ts";

const HTML_WITH_SMALL_ICON = `
<!DOCTYPE html>
+0 −0

File moved.