enable category test

This commit is contained in:
Skillz4Killz
2021-11-03 22:35:29 +00:00
committed by GitHub
parent 1874009460
commit 125c2002e1

View File

@@ -56,6 +56,7 @@ import { getBansTests } from "./helpers/guilds/getBans.ts";
import { getGuildTests } from "./helpers/guilds/getGuild.ts";
import { getVanityURLTests } from "./helpers/guilds/getVanityUrl.ts";
import { getDiscoveryCategoriesTest, validDiscoveryTermTest } from "./helpers/misc/discoveries.ts";
import { categoryChildrenTest } from "./helpers/channels/categoryChannels.ts";
// CHANGE TO TRUE WHEN DEBUGGING SANITIZATION ERRORS
const sanitizeMode = {
@@ -541,6 +542,12 @@ Deno.test({
},
...sanitizeMode,
}),
t.step({
name: "[channel] filter all category channels",
async fn() {
await categoryChildrenTest(bot, guild.id, t);
},
}),
]);
// ALL TEST RELATED TO INVITES