Skip to main content
Glama
basic.test.js332 B
test('basic addition test', () => { expect(2 + 2).toBe(4); }); test('string test', () => { expect('hello'.toUpperCase()).toBe('HELLO'); }); test('list test', () => { const list = [1, 2, 3]; expect(list.length).toBe(3); }); test('test with output', () => { console.log('some test output'); expect(true).toBe(true); });

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/privsim/mcp-test-runner'

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