File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- import  { async ,  TestBed ,   ComponentFixture }  from  '@angular/core/testing' ; 
1+ import  { async ,  ComponentFixture ,   TestBed }  from  '@angular/core/testing' ; 
22import  { Component }  from  '@angular/core' ; 
33import  { By }  from  '@angular/platform-browser' ; 
44import  { MdButtonModule }  from  './index' ; 
55import  { ViewportRuler }  from  '../core/overlay/position/viewport-ruler' ; 
66import  { FakeViewportRuler }  from  '../core/overlay/position/fake-viewport-ruler' ; 
7- import  { StyleModule }  from  '../core/style/index' ; 
87
98
109describe ( 'MdButton' ,  ( )  =>  { 
1110
1211  beforeEach ( async ( ( )  =>  { 
1312    TestBed . configureTestingModule ( { 
14-       imports : [ MdButtonModule . forRoot ( ) ,   StyleModule ] , 
13+       imports : [ MdButtonModule . forRoot ( ) ] , 
1514      declarations : [ TestApp ] , 
1615      providers : [ 
1716        { provide : ViewportRuler ,  useClass : FakeViewportRuler } , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments