Skip to content

Commit a1355c0

Browse files
committed
remove commented code
1 parent 0fbcd12 commit a1355c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/unit/utils/interpolation.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ test('no local extremas added', () => {
4141
const upperIndex = xs.findIndex((x) => x >= i);
4242
if (upperIndex === 0) {
4343
loopedValuesToTest.push({ expected: interpolate(i), actual: ys[0] });
44-
// expect(interpolate(i)).toBeCloseTo(ys[0]);
4544
continue;
4645
}
4746
const lowerY = ys[upperIndex - 1];

0 commit comments

Comments
 (0)