mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 16:00:07 +00:00
* test(util): add missing tests for validateSlashCommands() * Summarize the name of the test suites * Add more tests * Concise and correct the suite name
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
export {
|
|
assertArrayIncludes,
|
|
assertEquals,
|
|
assertExists,
|
|
assertThrows,
|
|
} from "https://deno.land/std@0.90.0/testing/asserts.ts";
|