Files
Hotodog-Discord-Bot/src/plugins/rule34/test.ts

9 lines
274 B
TypeScript

// import { assert } from "jsr:@std/assert";
// import { dropRule, refresh } from "@root/plugins/rule34/api.ts";
// Deno.test("Test Drop", async () => {
// await refresh();
// const link = await dropRule();
// assert(link !== "", "Empty String was dropped!");
// });