You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native Javascript date throws a RangeError when trying to parse a bad date e.g new Date("not-a-date").
timezone-mock throws an AssertionError in this case.
It really should throw a RangeError like native javascript Date object.
Native Javascript date throws a
RangeErrorwhen trying to parse a bad date e.gnew Date("not-a-date").timezone-mock throws an
AssertionErrorin this case.It really should throw a
RangeErrorlike native javascript Date object.