Skip to main content
Glama
jest.config.ts465 B
import type jest from "jest"; const jestConfig: jest.Config = { preset: "ts-jest", testMatch: ["**/tests/**/*.spec.ts"], testPathIgnorePatterns: ["dist", "node_modules"], testTimeout: 20_000, watchPathIgnorePatterns: ["temp"], prettierPath: null, //https://github.com/jestjs/jest/issues/14305 -> jest 30 will support it moduleNameMapper: { "^@/(.*)$": "<rootDir>/src/$1", }, }; // noinspection JSUnusedGlobalSymbols export default jestConfig;

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/OctoMind-dev/octomind-mcp'

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