diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index 27f8980..0a61328 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -33,23 +33,4 @@ describe('AppComponent', () => { ], }).compileComponents(); }); - - //it('should create the app', () => { - // const fixture = TestBed.createComponent(AppComponent); - // const app = fixture.componentInstance; - // expect(app).toBeTruthy(); - //}); - - //it(`should have as title 'ResgridAppShared'`, () => { - // const fixture = TestBed.createComponent(AppComponent); - // const app = fixture.componentInstance; - // expect(app.title).toEqual('ResgridAppShared'); - //}); - - //it('should render title', () => { - // const fixture = TestBed.createComponent(AppComponent); - // fixture.detectChanges(); - // const compiled = fixture.nativeElement; - // expect(compiled.querySelector('.content span').textContent).toContain('ResgridAppShared app is running!'); - //}); });