Files
discordeno/tests/helpers/misc/user.ts
2021-11-22 16:34:30 +00:00

7 lines
163 B
TypeScript

import { Bot } from "../../../src/bot.ts";
import { assertExists } from "../../deps.ts";
export async function getUserTests(bot: Bot, t: Deno.TestContext) {
}