Files
discordeno/tests/deps.ts
Skillz4Killz ef5b25b319 test: fix unit tests related to code bugs (#2001)
* fix: get tests runnable

* fix: tests are now passing

* fix: 32 passing tests

* fix: deno fmt u dumb dumb work automatically for once in your life

* fix: 54 tests passing now

* fix: 94 passing, itoh was wrong he guess wrong hehe

* fix: remove debug logs

* fix: remove broken webhook test for now

Co-authored-by: ITOH <to@itoh.at>
2022-02-06 15:56:56 +00:00

11 lines
273 B
TypeScript

export {
assertArrayIncludes,
assertEquals,
assertExists,
assertNotEquals,
assertRejects,
assertThrows,
assertThrowsAsync,
} from "https://deno.land/std@0.115.1/testing/asserts.ts";
export { config as dotenv } from "https://deno.land/x/dotenv@v3.2.0/mod.ts";