Skip to content

Commit

Permalink
fix: fix teesting
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 3, 2020
1 parent bd51616 commit 1456f68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/presentation/maturity/maturity.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { LedgeRenderModule } from '@ledge-framework/render';
import { RouterTestingModule } from '@angular/router/testing';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

import { MaturityItemComponent } from './maturity-item/maturity-item.component';
import { MaturityComponent } from './maturity.component';
import { SharedModule } from '../../shared/shared.module';
import { CustomMaterialModule } from '../../shared/custom-material.module';
import { LedgeRenderModule } from '@ledge-framework/render';
import { RouterTestingModule } from '@angular/router/testing';
import { MaturityItemComponent } from './maturity-item/maturity-item.component';

describe('MaturityComponent', () => {
let component: MaturityComponent;
Expand All @@ -14,6 +15,7 @@ describe('MaturityComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [
BrowserAnimationsModule,
SharedModule,
CustomMaterialModule,
LedgeRenderModule,
Expand Down

0 comments on commit 1456f68

Please sign in to comment.