beforeEach(() => { process.env = {}; }); 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"); test.todo("GIVEN invalid subcommand is given, EXPECT invalid error"); }); describe("access", () => { test.todo("GIVEN interaction.guildId is null, EXPECT nothing to happen"); test.todo("GIVEN rules.access.label setting is not supplied, EXPECT label to be defaulted"); });