21 lines
No EOL
669 B
TypeScript
21 lines
No EOL
669 B
TypeScript
describe('constructor', () => {
|
|
test.todo('EXPECT properties to be set');
|
|
});
|
|
|
|
describe("execute", () => {
|
|
test.todo("GIVEN role is marked as assignable, EXPECT role to be removed");
|
|
|
|
test.todo("GIVEN role is not marked as assignable, EXPECT role to be added");
|
|
|
|
test.todo("GIVEN interaction.guildId is null, EXPECT error");
|
|
|
|
test.todo("GIVEN interaction.guild is null, EXPECT error");
|
|
|
|
test.todo("GIVEN interaction.member is null, EXPECT error");
|
|
|
|
test.todo("GIVEN role is null, EXPECT error");
|
|
|
|
test.todo("GIVEN role.role is undefined, EXPECT error");
|
|
|
|
test.todo("GIVEN server is not configured in the database, EXPECT error");
|
|
}); |