refactor: ファイルアップロード時のテストを追加 (#15928)

* refactor: ファイルアップロード時のテストを追加

* なぜかsemverが消えてた
This commit is contained in:
おさむのひと 2025-05-04 09:38:35 +09:00 committed by Marie
parent b91a67d74e
commit e40f3917f3
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
5 changed files with 274 additions and 2 deletions

View file

@ -67,6 +67,7 @@ export const meta = {
message: 'Cannot upload the file because it exceeds the maximum file size.',
code: 'MAX_FILE_SIZE_EXCEEDED',
id: 'b9d8c348-33f0-4673-b9a9-5d4da058977a',
httpStatusCode: 413,
},
},
} as const;