From 3a703b0b4bf59fcb8acf068159f4eba93fcc49cf Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Sat, 2 Aug 2025 14:58:35 -0400 Subject: [PATCH] Fix broken test (#1688) ## Description: Due to a bad merge resolution, a test is failing. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [ ] I have read and accepted the CLA agreement (only required once). --- tests/client/graphics/RadialMenuElements.test.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/client/graphics/RadialMenuElements.test.ts b/tests/client/graphics/RadialMenuElements.test.ts index 9ec16aad7..64821581a 100644 --- a/tests/client/graphics/RadialMenuElements.test.ts +++ b/tests/client/graphics/RadialMenuElements.test.ts @@ -79,13 +79,6 @@ jest.mock("dompurify", () => ({ }, })); -jest.mock("twemoji", () => ({ - __esModule: true, - default: { - parse: jest.fn((str: string) => str), - }, -})); - describe("RadialMenuElements", () => { let mockParams: MenuElementParams; let mockPlayer: PlayerView;