Skip to content

Commit c08a8af

Browse files
committed
fix(test cases): added test cases
added test cases GH-^\&
1 parent efde01f commit c08a8af

37 files changed

+2899
-590
lines changed

projects/saas-ui/src/app/app.component.spec.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,4 @@ describe('AppComponent', () => {
2121
const app = fixture.componentInstance;
2222
expect(app.title).toEqual('saas-ui');
2323
});
24-
25-
it('should render title', () => {
26-
const fixture = TestBed.createComponent(AppComponent);
27-
fixture.detectChanges();
28-
const compiled = fixture.nativeElement as HTMLElement;
29-
expect(compiled.querySelector('.content span')?.textContent).toContain(
30-
'saas-ui app is running!',
31-
);
32-
});
3324
});

0 commit comments

Comments
 (0)