From 528e600f1aa90b2caeb38e59542d40acba9a3ee1 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:30:34 -0500 Subject: [PATCH] more sensible test --- .../reacord/scripts/discordjs-manual-test.tsx | 66 +++++++------------ 1 file changed, 23 insertions(+), 43 deletions(-) diff --git a/packages/reacord/scripts/discordjs-manual-test.tsx b/packages/reacord/scripts/discordjs-manual-test.tsx index 12c3d22..8c1439f 100644 --- a/packages/reacord/scripts/discordjs-manual-test.tsx +++ b/packages/reacord/scripts/discordjs-manual-test.tsx @@ -55,49 +55,29 @@ await createTest( "buttons", "should show button text, emojis, and make automatic action rows", async (channel) => { - const propCombinations = generatePropCombinations({ - style: ["primary", "secondary", "success", "danger"], - emoji: ["🍓", undefined], - disabled: [true, false, undefined], - label: ["label prop", undefined], - children: ["children prop", undefined], - onClick: [() => {}], - }).filter((combination) => combination.label || combination.emoji) - - for (const combinations of chunk(propCombinations, 8)) { - reacord.send( - channel.id, - combinations.map((combination, index) => ( -