File tree 1 file changed +2
-3
lines changed
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' ;
2
2
import { Component } from '@angular/core' ;
3
3
import { By } from '@angular/platform-browser' ;
4
4
import { MdButtonModule } from './index' ;
5
5
import { ViewportRuler } from '../core/overlay/position/viewport-ruler' ;
6
6
import { FakeViewportRuler } from '../core/overlay/position/fake-viewport-ruler' ;
7
- import { StyleModule } from '../core/style/index' ;
8
7
9
8
10
9
describe ( 'MdButton' , ( ) => {
11
10
12
11
beforeEach ( async ( ( ) => {
13
12
TestBed . configureTestingModule ( {
14
- imports : [ MdButtonModule . forRoot ( ) , StyleModule ] ,
13
+ imports : [ MdButtonModule . forRoot ( ) ] ,
15
14
declarations : [ TestApp ] ,
16
15
providers : [
17
16
{ provide : ViewportRuler , useClass : FakeViewportRuler } ,
You can’t perform that action at this time.
0 commit comments