This commit is contained in:
parent
2a7006229a
commit
6e6b2a0af6
3 changed files with 80 additions and 0 deletions
25
tests/buttonEvents/Effects.test.ts
Normal file
25
tests/buttonEvents/Effects.test.ts
Normal file
|
@ -0,0 +1,25 @@
|
|||
describe("execute", () => {
|
||||
describe("GIVEN action in custom id is list", () => {
|
||||
test.todo("EXPECT list function to be called");
|
||||
});
|
||||
});
|
||||
|
||||
describe("List", () => {
|
||||
describe("GIVEN page is a valid number", () => {
|
||||
test.todo("EXPECT EffectHelper.GenerateEffectEmbed to be called");
|
||||
|
||||
test.todo("EXPECT interaction to be updated");
|
||||
});
|
||||
|
||||
describe("GIVEN page in custom id is not supplied", () => {
|
||||
test.todo("EXPECT interaction to be replied with error");
|
||||
|
||||
test.todo("EXPECT interaction to not be updated");
|
||||
});
|
||||
|
||||
describe("GIVEN page in custom id is not a number", () => {
|
||||
test.todo("EXPECT interaction to be replied with error");
|
||||
|
||||
test.todo("EXPECT interaction to not be updated");
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue