This commit is contained in:
parent
9d59eedf14
commit
04e5962a11
2 changed files with 26 additions and 0 deletions
13
tests/buttonEvents/Multidrop.test.ts
Normal file
13
tests/buttonEvents/Multidrop.test.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
describe("execute", () => {
|
||||
describe("GIVEN randomCard image is hosted locally", () => {
|
||||
test.todo("EXPECT image to be uploaded directly");
|
||||
});
|
||||
|
||||
describe("GIVEN randomCard image is hosted via http", () => {
|
||||
test.todo("EXPECT image link to be directly added to embed");
|
||||
});
|
||||
|
||||
describe("GIVEN randomCard image is hosted via https", () => {
|
||||
test.todo("EXPECT image link to be directly added to embed");
|
||||
});
|
||||
});
|
13
tests/commands/multidrop.test.ts
Normal file
13
tests/commands/multidrop.test.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
describe("execute", () => {
|
||||
describe("GIVEN randomCard image is hosted locally", () => {
|
||||
test.todo("EXPECT image to be uploaded directly");
|
||||
});
|
||||
|
||||
describe("GIVEN randomCard image is hosted via http", () => {
|
||||
test.todo("EXPECT image link to be directly added to embed");
|
||||
});
|
||||
|
||||
describe("GIVEN randomCard image is hosted via https", () => {
|
||||
test.todo("EXPECT image link to be directly added to embed");
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue