We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbcd12 commit a1355c0Copy full SHA for a1355c0
tests/ui/unit/utils/interpolation.test.ts
@@ -41,7 +41,6 @@ test('no local extremas added', () => {
41
const upperIndex = xs.findIndex((x) => x >= i);
42
if (upperIndex === 0) {
43
loopedValuesToTest.push({ expected: interpolate(i), actual: ys[0] });
44
- // expect(interpolate(i)).toBeCloseTo(ys[0]);
45
continue;
46
}
47
const lowerY = ys[upperIndex - 1];
0 commit comments