Skip to content

Commit

Permalink
Resolve test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
anandsinghparihar committed Jan 2, 2018
1 parent 22e4fa2 commit 1d22c62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/modals/createwallet/createwallet.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { MatDialogRef } from '@angular/material';

import { ModalsModule } from '../modals.module';
import { CoreModule } from '../../core/core.module';
Expand All @@ -22,6 +23,9 @@ describe('CreateWalletComponent', () => {
CoreModule.forRoot(),
ModalsModule,
CoreUiModule.forRoot()
],
providers: [
{ provide: MatDialogRef}
]
})
.compileComponents();
Expand Down

0 comments on commit 1d22c62

Please sign in to comment.