Fix formatDate test failing due to space char mismatch
The `formatDate` test failed for me locally due to Chrome using a "\u202F" (Narrow non-breaking space) char between "11:02" and "PM", instead of a regular space. Apply unicode normalization to ignore this difference.
Showing
Please register or sign in to comment