card-drop/tests/commands/effects/Buy.test.ts
Ethan Lane a521ea193a
All checks were successful
Test / build (push) Successful in 41s
Fix linting issue
2025-03-17 18:31:08 +00:00

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");
});