13 lines
390 B
TypeScript
13 lines
390 B
TypeScript
|
describe('constructor', () => {
|
||
|
test.todo("EXPECT properties to be set");
|
||
|
});
|
||
|
|
||
|
describe("execute", () => {
|
||
|
test.todo("EXPECT entry embed to be sent");
|
||
|
|
||
|
test.todo("GIVEN interaction.guildId is null, EXPECT error");
|
||
|
|
||
|
test.todo("GIVEN interaction.channel is null, EXPECT error");
|
||
|
|
||
|
test.todo("GIVEN channels.rules setting is not set, EXPECT channel id to be defaulted");
|
||
|
});
|