Skip to main content
Glama
my-lib.component.spec.ts586 B
import { ComponentFixture, TestBed } from '@angular/core/testing'; import { MyLibComponent } from './my-lib.component'; describe('MyLibComponent', () => { let component: MyLibComponent; let fixture: ComponentFixture<MyLibComponent>; beforeEach(async () => { await TestBed.configureTestingModule({ imports: [MyLibComponent] }) .compileComponents(); fixture = TestBed.createComponent(MyLibComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcosviniweb/mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server