Commit f02d16a
committed
🐛 fix(date-format.test.js): fix date format in test case to match the expected output
The date format in the test case was incorrect. It was using 'YYYY' instead of 'yyyy' for the year format. This caused the test to fail. The date format has been fixed to 'MMM dd, yyyy' to match the expected output.1 parent 398b98a commit f02d16a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
0 commit comments