Skip to main content
Glama
tasks.IknbGB2n.js525 B
import { getNames, getTests } from '@vitest/runner/utils'; import '@vitest/utils'; function hasFailedSnapshot(suite) { return getTests(suite).some((s) => { var _a, _b; return (_b = (_a = s.result) == null ? void 0 : _a.errors) == null ? void 0 : _b.some((e) => typeof (e == null ? void 0 : e.message) === "string" && e.message.match(/Snapshot .* mismatched/)); }); } function getFullName(task, separator = " > ") { return getNames(task).join(separator); } export { getFullName as g, hasFailedSnapshot as h };

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/Mnehmos/mnehmos.synch.mcp'

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