Files
discordeno/tests/deps.ts
Ayyan e49a23687e refactor!: organize directories and files (#268)
* refactor!: organize directory structure

* fix: avoid stack overflow err

* chore: swtch back to std/encoding for base64

* style: format source files
2020-12-22 21:26:27 +04:00

6 lines
116 B
TypeScript

export {
assert,
assertArrayIncludes,
assertEquals,
} from "https://deno.land/std@0.81.0/testing/asserts.ts";