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__/aoml.test.ts | |
| parent | d551e780f1e5bef3c8a1703566ae770132eab7d0 (diff) | |
test syntax
Diffstat (limited to 'webAO/__tests__/aoml.test.ts')
| -rw-r--r-- | webAO/__tests__/aoml.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/__tests__/aoml.test.ts b/webAO/__tests__/aoml.test.ts index b799da6..8e8b36d 100644 --- a/webAO/__tests__/aoml.test.ts +++ b/webAO/__tests__/aoml.test.ts @@ -1,7 +1,7 @@ import request from "../services/request"; import mlConfig from "../utils/aoml"; -jest.mock("../services/request"); +jest.mock("../services/request", () => ({})); const networkRequest = ` c0 = 247, 247, 247 c0_name = White |
