Merge pull request #150 from wizelineacademy/JulioEmmmanuel-patch-2 #36
Annotations
3 errors
src/lib/DaysFormat/formatDays.test.tsx > handles dates at the beginning of the month correctly:
src/lib/DaysFormat/formatDays.test.tsx#L12
AssertionError: expected '01/07/2023' to equal '30/06/2023'
- Expected
+ Received
- 30/06/2023
+ 01/07/2023
❯ src/lib/DaysFormat/formatDays.test.tsx:12:18
|
src/lib/DaysFormat/formatDays.test.tsx > handles dates at the beginning of the year correctly:
src/lib/DaysFormat/formatDays.test.tsx#L17
AssertionError: expected '01/01/2023' to equal '31/12/2022'
- Expected
+ Received
- 31/12/2022
+ 01/01/2023
❯ src/lib/DaysFormat/formatDays.test.tsx:17:18
|
deploy
Process completed with exit code 1.
|