• Generate tests for a file by running the tests, capturing the current result and storing it as the new expectation.

    Parameters

    • testFilePath: string
    • report: ((results) => void)
        • (results): void
        • Parameters

          Returns void

    Returns Promise<void>