I was trying to use your test suite to stress-test my upcoming elm-explorations/test performance optimizations. Found a test was failing:
Running 191 tests. To reproduce these results, run: elm-test --fuzz 100 --seed 106499555100350
↓ InterpolationTests
↓ Interpolation
↓ piecewise
✗ never exceeds the range
Given (9007199254740996,[1],1)
0
╷
|atLeast
╵
1
and
Running 191 tests. To reproduce these results, run: elm-test --fuzz 100 --seed 151805288162006
↓ InterpolationTests
↓ Interpolation
↓ piecewise
✗ never exceeds the range
Given (9007199254740994,[-1],1)
-2
╷
|atLeast
╵
-1
I was trying to use your test suite to stress-test my upcoming
elm-explorations/testperformance optimizations. Found a test was failing:and