diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-01-01 16:09:13 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2026-01-01 16:09:13 +0100 |
| commit | 7c7d2349c59c623130c782d03534bfa2ca554bd7 (patch) | |
| tree | 7d1be8853a41a8de965120bba22cd8fa1cf798f9 /webAO/__tests__/setEmote.test.js | |
| parent | d551e780f1e5bef3c8a1703566ae770132eab7d0 (diff) | |
test syntax
Diffstat (limited to 'webAO/__tests__/setEmote.test.js')
| -rw-r--r-- | webAO/__tests__/setEmote.test.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webAO/__tests__/setEmote.test.js b/webAO/__tests__/setEmote.test.js index 3a4a521..aa6745e 100644 --- a/webAO/__tests__/setEmote.test.js +++ b/webAO/__tests__/setEmote.test.js @@ -3,11 +3,11 @@ import Client from "../client.ts"; import fileExists from "../utils/fileExists.ts"; import transparentPng from "../constants/transparentPng.js"; -jest.mock("../viewport/utils/createMusic"); -jest.mock("../utils/fileExists"); -jest.mock("../viewport/utils/createSfxAudio"); -jest.mock("../viewport/utils/createShoutAudio"); -jest.mock("../viewport/utils/createTestimonyAudio"); +jest.mock("../viewport/utils/createMusic", () => ({})); +jest.mock("../utils/fileExists", () => ({})); +jest.mock("../viewport/utils/createSfxAudio", () => ({})); +jest.mock("../viewport/utils/createShoutAudio", () => ({})); +jest.mock("../viewport/utils/createTestimonyAudio", () => ({})); describe("setEmote", () => { const AO_HOST = ""; |
