tests: add channel tests (#807)

This commit is contained in:
Skillz4Killz
2021-04-10 09:38:58 -04:00
committed by GitHub
parent 55d73d1937
commit 66b0aa3685
11 changed files with 179 additions and 70 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { delay, ws } from "../../mod.ts";
import { delay } from "../../src/util/utils.ts";
import { ws } from "../../src/ws/ws.ts";
import { defaultTestOptions } from "./start_bot.ts";
// Exit the Deno process once all tests are done.