Home / Function/ TestFileInfoToJSON() — typescript-sdk Function Reference

TestFileInfoToJSON() — typescript-sdk Function Reference

Architecture documentation for the TestFileInfoToJSON() function in TestFileInfo.ts from the typescript-sdk codebase.

Entity Profile

Relationship Graph

Source Code

src/models/TestFileInfo.ts lines 76–87

export function TestFileInfoToJSON(value?: TestFileInfo | null): any {
    if (value == null) {
        return value;
    }
    return {
        
        'file': value['file'],
        'testFunctions': value['testFunctions'],
        'productionFunctionsCovered': value['productionFunctionsCovered'],
        'productionFilesCovered': value['productionFilesCovered'],
    };
}

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free