We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb55468 commit 4a22d89Copy full SHA for 4a22d89
1 file changed
src/app/app.component.spec.ts
@@ -53,10 +53,4 @@ describe('AppComponent', () => {
53
expect(app).toBeTruthy();
54
});
55
56
- it('check for fork me on github ribbon generation', () => {
57
- const compiled = fixture.nativeElement as HTMLElement;
58
- const githubLink = compiled.querySelector('.github-fork-ribbon');
59
- expect(githubLink).not.toBeNull();
60
- expect(githubLink?.textContent?.trim()).toBe('Fork me on GitHub');
61
- });
62
0 commit comments