Skip to main content
Glama
jest-sample.test.js479 B
// Sample Jest test file for testing test runner describe('Sample Jest Tests', () => { test('passing test', () => { expect(1 + 1).toBe(2); }); test('another passing test', () => { expect('hello').toBe('hello'); }); test('failing test', () => { expect(1 + 1).toBe(3); }); }); describe('Math Operations', () => { test('addition works', () => { expect(2 + 2).toBe(4); }); test('subtraction works', () => { expect(5 - 3).toBe(2); }); });

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/Digital-Defiance/mcp-debugger-server'

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