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 b0bf155 commit 3850a57Copy full SHA for 3850a57
src/material/slider/slider.spec.ts
@@ -1592,7 +1592,7 @@ describe('MatSlider', () => {
1592
// spaces between the 101 ticks. So the math is:
1593
// (300 - 6) / 100 = 2.94
1594
const spacing = 2.94;
1595
- const delta = 0.0001; // Floating point imprecision
+ const delta = 0.1; // Floating point imprecision
1596
1597
let x = 18; // Where the first tick happens to start at.
1598
0 commit comments