(received, expected)
| 17 | } |
| 18 | |
| 19 | function assertEqual(received, expected) { |
| 20 | if (received === expected) return; |
| 21 | throw new Error(`Expected "${expected}", but got "${received}"`); |
| 22 | } |
| 23 | |
| 24 | // Edge case, see: https://github.com/date-fns/tz/issues/32#issuecomment-2832031823 |
| 25 | { |