9 lines
351 B
TypeScript
9 lines
351 B
TypeScript
jest.mock("../../../src/helpers/EffectHelper");
|
|
|
|
describe("Buy", () => {
|
|
test.todo("GIVEN result returns a string, EXPECT interaction replied with string");
|
|
|
|
test.todo("GIVEN result returns an embed, EXPECT interaction replied with embed and row");
|
|
|
|
test.todo("GIVEN quantity option is not supplied, EXPECT quantity to default to 1");
|
|
});
|