Type Alias GenerateSpecsOptions

GenerateSpecsOptions: {
    nestingLevel?: number;
    showSkipped?: boolean;
    testRunnerKit?: "JEST";
}