Skip to content

Commit

Permalink
import modals module
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Oct 31, 2017
1 parent 666aaf7 commit 848edd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/overview/overview.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { OverviewComponent } from './overview.component';
import { StakinginfoComponent } from './widgets/stakinginfo/stakinginfo.component';
import { ColdstakeComponent } from './widgets/coldstake/coldstake.component';
import { ModalsModule } from '../modals/modals.module';
import { SharedModule } from '../shared/shared.module';
import { WalletModule } from '../wallet/wallet.module';
import { RpcModule } from '../core/rpc/rpc.module';
Expand All @@ -19,6 +20,7 @@ describe('OverviewComponent', () => {
SharedModule,
WalletModule.forRoot(),
RpcModule.forRoot(),
ModalsModule,
FlexLayoutModule,
MdCardModule
],
Expand Down

0 comments on commit 848edd0

Please sign in to comment.