Skip to content

Commit

Permalink
SHIBUI-1361 Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 9, 2019
1 parent 52089a2 commit fa8b8b3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { MockI18nModule } from '../../../../testing/i18n.stub';
import { HistoryListComponent } from './history-list.component';
import { MetadataHistory } from '../model/history';
import { MetadataVersion } from '../model/version';
import { RouterTestingModule } from '@angular/router/testing';

export const TestData = {
versions: [
Expand Down Expand Up @@ -37,7 +38,8 @@ describe('Metadata History List Component', () => {
TestBed.configureTestingModule({
providers: [],
imports: [
MockI18nModule
MockI18nModule,
RouterTestingModule
],
declarations: [
HistoryListComponent,
Expand Down

0 comments on commit fa8b8b3

Please sign in to comment.