Skip to content

Commit 3be7626

Browse files
committed
fixup! fixup! test(material-experimental/mdc-slider): add two-way binding unit tests
1 parent 436050f commit 3be7626

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/material-experimental/mdc-slider/slider.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ import {Thumb} from '@material/slider';
1919
import {MatSliderModule} from './module';
2020
import {MatSlider, MatSliderThumb, MatSliderVisualThumb} from './slider';
2121

22-
interface Point {x: number, y: number}
22+
interface Point {
23+
x: number;
24+
y: number;
25+
}
2326

2427
describe('MDC-based MatSlider' , () => {
2528
let platform: Platform;

0 commit comments

Comments
 (0)