Type Alias LangSmithJestlikeDescribeWrapper

LangSmithJestlikeDescribeWrapper: (
    name: string,
    fn: () => void | Promise<void>,
    config?: LangSmithJestlikeDescribeWrapperConfig,
) => void

Type declaration