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

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

* なぜかsemverが消えてた
This commit is contained in:
おさむのひと 2025-05-04 09:38:35 +09:00 committed by GitHub
parent 590cb5f4dd
commit 8c0c503c6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 304 additions and 32 deletions

View file

@ -61,6 +61,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;