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
+1 -1
View File
@@ -296,7 +296,7 @@ describe("Duplicate file fields in multipart", () => {
// Tool factory rejects multiple file parts with 400
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);
});
});