feat(utils): MIME 관련 유틸 함수 추가 #142
Annotations
2 errors
src/hooks/useImageStatus/useImageStatus.spec.tsx > useImageStatus > should change status to "error" when an image fails to load:
packages/react/src/hooks/useImageStatus/useImageStatus.spec.tsx#L48
AssertionError: expected 'pending' to be 'error' // Object.is equality
- Expected
+ Received
- error
+ pending
❯ src/hooks/useImageStatus/useImageStatus.spec.tsx:48:40
|
codecov
Process completed with exit code 1.
|