Add attachment support to mock tests

This commit is contained in:
trevor-signal 2024-08-01 20:06:52 -04:00 committed by GitHub
parent 6940c532ea
commit 9010245083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 252 additions and 11 deletions

View file

@ -49,6 +49,7 @@ export const CompositionUpload = forwardRef<HTMLInputElement, PropsType>(
return (
<input
data-testid="attachfile-input"
hidden
multiple
onChange={onFileInputChange}