Fix linting issue
All checks were successful
Test / build (push) Successful in 41s

This commit is contained in:
Ethan Lane 2025-03-17 18:31:08 +00:00
parent bc98d6ba75
commit a521ea193a
2 changed files with 0 additions and 50 deletions

View file

@ -1,6 +1,3 @@
import Buy from "../../../src/commands/effects/Buy";
import EffectHelper from "../../../src/helpers/EffectHelper";
jest.mock("../../../src/helpers/EffectHelper");
describe("Buy", () => {