feat(tools)!: SnapOtter 2.0 phase 4 wave 1: 45 core tools across all modalities (#219)

This commit is contained in:
SnapOtter
2026-06-13 10:18:49 +08:00
parent d647d8ed19
commit ae1337901d
115 changed files with 10026 additions and 924 deletions
@@ -908,7 +908,7 @@ describe("Multipart with extra unexpected fields", () => {
// Two file parts trigger the "one image at a time" rejection.
expect(res.statusCode).toBe(400);
const json = JSON.parse(res.body);
expect(json.error).toMatch(/one image at a time/i);
expect(json.error).toMatch(/too many files/i);
});
});