Files
discordeno/tests/deps.ts
rigormorrtiss 02eb2de8f2 add(tests): validateSlashCommands (#899)
* test(util): add missing tests for validateSlashCommands()

* Summarize the name of the test suites

* Add more tests

* Concise and correct the suite name
2021-05-05 14:26:10 +01:00

7 lines
138 B
TypeScript

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