Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed May 23, 2017
1 parent 2a4447f commit 4c0cd43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/static/features/features.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { SharedModule } from '../../shared';
import { CoreModule } from '../../core';

import { FeaturesComponent } from './features.component';

describe('FeaturesComponent', () => {
Expand All @@ -8,6 +11,10 @@ describe('FeaturesComponent', () => {

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

0 comments on commit 4c0cd43

Please sign in to comment.