Goal
Add unit tests for two pure functions in api/src/media.rs:
ext_from_mime() (line 66) - maps MIME types to file extensions
filename_from_url() (line 418) - extracts filename from a URL
File to edit
api/src/media.rs
How to run
cd api && cargo test media
Sub-issues (pick one)
ext_from_mime()
filename_from_url()
Goal
Add unit tests for two pure functions in
api/src/media.rs:ext_from_mime()(line 66) - maps MIME types to file extensionsfilename_from_url()(line 418) - extracts filename from a URLFile to edit
api/src/media.rsHow to run
Sub-issues (pick one)
ext_from_mime()
filename_from_url()