Skip to content

Commit

Permalink
fix: unit tests (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift authored Feb 23, 2024
1 parent a564ebe commit e69e2c2
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!');
//});
});

0 comments on commit e69e2c2

Please sign in to comment.