Skip to content

Commit

Permalink
fix: fix maturiy item issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 1, 2020
1 parent 9df6938 commit 770643c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { MaturityItemComponent } from './maturity-item.component';
import { SharedModule } from '../../../shared/shared.module';

describe('MaturityComponent', () => {
let component: MaturityItemComponent;
let fixture: ComponentFixture<MaturityItemComponent>;

beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [SharedModule],
declarations: [MaturityItemComponent],
}).compileComponents();
}));
Expand Down

0 comments on commit 770643c

Please sign in to comment.