Closed ptomato closed 2 years ago
Base: 95.10% // Head: 95.15% // Increases project coverage by +0.05%
:tada:
Coverage data is based on head (
7d6834a
) compared to base (5ef984b
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
v1.20.4 released.
ToIntegerOrInfinity(-0.1) should return 0, not -0.
This was also the case in ES2020's ToInteger (but not in earlier versions) so this adds a similar test to ES2020's tests as well, although no fix is needed there.