describe('constructor', () => { test.todo("EXPECT properties to be set"); }); describe("execute", () => { test.todo("GIVEN interaction is not a chat input command, EXPECT nothing to happen"); }); describe("randomise", () => { test.todo("EXPECT entry code to be randomised"); test.todo("GIVEN interaction.guildId is null, EXPECT nothing to happen"); }); describe("embed", () => { test.todo("EXPECT embed to be sent"); test.todo("GIVEN interaction.guildId is null, EXPECT nothing to happen"); test.todo("GIVEN interaction.channel is null, EXPECT nothing to happen"); test.todo("GIVEN verification.code setting is null, EXPECT error"); test.todo("GIVEN verification.code setting is empty, EXPECT error"); });