Feature/36 add integration and unit tests #30
Annotations
2 errors
src/shared/ui/date-time/date-time.spec.tsx > shared/ui/date-time/date-time > should render time element with formated time:
src/shared/ui/date-time/date-time.spec.tsx#L22
Error: Snapshot `shared/ui/date-time/date-time > should render time element with formated time 1` mismatched
- Expected
+ Received
<time
class="MuiTypography-root MuiTypography-body2 css-e784if-MuiTypography-root"
- datetime="2024-12-11T21:00:00.000Z"
- title="2024-12-11T21:00:00.000Z"
+ datetime="2024-12-12T00:00:00.000Z"
+ title="2024-12-12T00:00:00.000Z"
>
12-12-2024
</time>
❯ src/shared/ui/date-time/date-time.spec.tsx:22:22
|
test
Process completed with exit code 1.
|