diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index 1051610..ee489a6 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -25,12 +25,14 @@ describe('AppComponent', () => { ] }) .compileComponents(); + })); + beforeEach(() => { fixture = TestBed.createComponent(AppComponent); app = fixture.componentInstance; de = fixture.debugElement; appDocument = de.nativeElement; - })); + }); it('should create the app', async(() => { expect(app).toBeTruthy();