Capsium TypeScript API
    Preparing search index...

    Interface RunPackageTestsOptions

    interface RunPackageTestsOptions {
        fetchFn?: (url: string) => Promise<{ bodyText: string; status: number }>;
        files?: readonly string[];
    }
    Index
    fetchFn?: (url: string) => Promise<{ bodyText: string; status: number }>

    Fetch used by route tests (defaults to globalThis.fetch).

    files?: readonly string[]

    Explicit test files (package-relative); defaults to tests/*.{yaml,yml}.