This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree 2 files changed +2
-6
lines changed 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,9 @@ import {setupFoundationTest} from '../helpers/setup';
32
32
import { cssClasses } from '../../../packages/mdc-slider/constants' ;
33
33
import MDCSliderFoundation from '../../../packages/mdc-slider/foundation' ;
34
34
35
- const { TRANSFORM } = StandardCssPropertyName ;
36
-
37
35
suite ( 'MDCSliderFoundation' ) ;
38
36
39
- const TRANSFORM_PROP = getCorrectPropertyName ( window , TRANSFORM ) ;
37
+ const TRANSFORM_PROP = getCorrectPropertyName ( window , StandardCssPropertyName . TRANSFORM ) ;
40
38
41
39
test ( 'exports cssClasses' , ( ) => {
42
40
assert . property ( MDCSliderFoundation , 'cssClasses' ) ;
Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ import {setupFoundationTest} from '../helpers/setup';
28
28
29
29
import MDCSliderFoundation from '../../../packages/mdc-slider/foundation' ;
30
30
31
- const { TRANSFORM } = StandardCssPropertyName ;
32
-
33
- export const TRANSFORM_PROP = getCorrectPropertyName ( window , TRANSFORM ) ;
31
+ export const TRANSFORM_PROP = getCorrectPropertyName ( window , StandardCssPropertyName . TRANSFORM ) ;
34
32
35
33
export function setupEventTest ( ) {
36
34
const { foundation, mockAdapter} = setupFoundationTest ( MDCSliderFoundation ) ;
You can’t perform that action at this time.
0 commit comments