@@ -36,19 +36,6 @@ describe('MatRipple', () => {
36
36
}
37
37
38
38
beforeEach ( ( ) => {
39
- TestBed . configureTestingModule ( {
40
- imports : [
41
- MatRippleModule ,
42
- BasicRippleContainer ,
43
- RippleContainerWithInputBindings ,
44
- RippleContainerWithoutBindings ,
45
- RippleContainerWithNgIf ,
46
- RippleCssTransitionNone ,
47
- RippleCssTransitionDurationZero ,
48
- RippleWithDomRemovalOnClick ,
49
- ] ,
50
- } ) ;
51
-
52
39
platform = TestBed . inject ( Platform ) ;
53
40
54
41
// Set body margin to 0 during tests so it doesn't mess up position calculations.
@@ -500,7 +487,6 @@ describe('MatRipple', () => {
500
487
// The testing module has been initialized in the root describe group for the ripples.
501
488
TestBed . resetTestingModule ( ) ;
502
489
TestBed . configureTestingModule ( {
503
- imports : [ MatRippleModule , testComponent ] ,
504
490
providers : [
505
491
{ provide : MAT_RIPPLE_GLOBAL_OPTIONS , useValue : rippleConfig } ,
506
492
...extraProviders ,
@@ -605,7 +591,6 @@ describe('MatRipple', () => {
605
591
beforeEach ( ( ) => {
606
592
TestBed . resetTestingModule ( ) ;
607
593
TestBed . configureTestingModule ( {
608
- imports : [ MatRippleModule , BasicRippleContainer ] ,
609
594
providers : [ { provide : MATERIAL_ANIMATIONS , useValue : { animationsDisabled : true } } ] ,
610
595
} ) ;
611
596
0 commit comments