• Generates instructions on how to write tests for the provided source code.

    Returns

    Instructions on how to write tests for the provided source code.

    Parameters

    • Optional language: string

      The programming language, e.g. TypeScript. If not provided, defaults to TypeScript.

    • Optional framework: string

      The testing framework, e.g. Jest. If not provided, defaults to Jest.

    • Optional examples: string

      Examples of how the tests should look. If not provided, defaults to an example of a TypeScript test.

    Returns string

Generated using TypeDoc