diff options
Diffstat (limited to 'Timeline/ClientApp/src/app/home/home.component.spec.ts')
-rw-r--r-- | Timeline/ClientApp/src/app/home/home.component.spec.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/home/home.component.spec.ts b/Timeline/ClientApp/src/app/home/home.component.spec.ts index 490e81bd..74bedd08 100644 --- a/Timeline/ClientApp/src/app/home/home.component.spec.ts +++ b/Timeline/ClientApp/src/app/home/home.component.spec.ts @@ -2,15 +2,16 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { HomeComponent } from './home.component'; + describe('HomeComponent', () => { let component: HomeComponent; let fixture: ComponentFixture<HomeComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ HomeComponent ] + declarations: [HomeComponent], }) - .compileComponents(); + .compileComponents(); })); beforeEach(() => { |