Skip to main content
Glama
index.d.ts2.77 kB
import { VitestRunner } from './types.js'; export { CancelReason, VitestRunnerConfig, VitestRunnerConstructor, VitestRunnerImportSource } from './types.js'; import { T as Task, F as File, d as SuiteAPI, e as TestAPI, f as SuiteCollector, g as CustomAPI, h as SuiteHooks, O as OnTestFailedHandler, i as OnTestFinishedHandler, a as Test, C as Custom, S as Suite } from './tasks-K5XERDtv.js'; export { D as DoneCallback, E as ExtendedContext, t as Fixture, s as FixtureFn, r as FixtureOptions, u as Fixtures, v as HookCleanupCallback, H as HookListener, I as InferFixturesTypes, R as RunMode, y as RuntimeContext, B as SequenceHooks, G as SequenceSetupFiles, x as SuiteFactory, k as TaskBase, A as TaskContext, w as TaskCustomOptions, m as TaskMeta, l as TaskPopulated, n as TaskResult, o as TaskResultPack, j as TaskState, z as TestContext, p as TestFunction, q as TestOptions, U as Use } from './tasks-K5XERDtv.js'; import { Awaitable } from '@vitest/utils'; export { processError } from '@vitest/utils/error'; import '@vitest/utils/diff'; declare function updateTask(task: Task, runner: VitestRunner): void; declare function startTests(paths: string[], runner: VitestRunner): Promise<File[]>; declare const suite: SuiteAPI; declare const test: TestAPI; declare const describe: SuiteAPI; declare const it: TestAPI; declare function getCurrentSuite<ExtraContext = {}>(): SuiteCollector<ExtraContext>; declare function createTaskCollector(fn: (...args: any[]) => any, context?: Record<string, unknown>): CustomAPI; declare function beforeAll(fn: SuiteHooks['beforeAll'][0], timeout?: number): void; declare function afterAll(fn: SuiteHooks['afterAll'][0], timeout?: number): void; declare function beforeEach<ExtraContext = {}>(fn: SuiteHooks<ExtraContext>['beforeEach'][0], timeout?: number): void; declare function afterEach<ExtraContext = {}>(fn: SuiteHooks<ExtraContext>['afterEach'][0], timeout?: number): void; declare const onTestFailed: (fn: OnTestFailedHandler) => void; declare const onTestFinished: (fn: OnTestFinishedHandler) => void; declare function setFn(key: Test | Custom, fn: (() => Awaitable<void>)): void; declare function getFn<Task = Test | Custom>(key: Task): (() => Awaitable<void>); declare function setHooks(key: Suite, hooks: SuiteHooks): void; declare function getHooks(key: Suite): SuiteHooks; declare function getCurrentTest<T extends Test | Custom | undefined>(): T; export { Custom, CustomAPI, File, OnTestFailedHandler, OnTestFinishedHandler, Suite, SuiteAPI, SuiteCollector, SuiteHooks, Task, Test, TestAPI, VitestRunner, afterAll, afterEach, beforeAll, beforeEach, createTaskCollector, describe, getCurrentSuite, getCurrentTest, getFn, getHooks, it, onTestFailed, onTestFinished, setFn, setHooks, startTests, suite, test, updateTask };

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