mirror of
https://github.com/tc39/test262.git
synced 2025-11-18 12:49:43 +01:00
Previously in a few cases (calendar units in Duration) the value for the roundingIncrement option had no upper limit, other than having to be finite. These tests cover a normative change limiting it to 1e9. Normative PR: https://github.com/tc39/proposal-temporal/pull/2480