alsatian-test/alsatian

View on GitHub
packages/vscode-extension/src/tree-view/alsatian-test-tree-view-data-provider.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function loadTestSets has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private async loadTestSets() {

    const configs = await vscode.workspace.findFiles("**/.alsatianrc.json");

    if (configs.length === 0) {

    TODO found
    Open

          //TODO: tests already loaded here and are loaded again in `run.ts` could avoid double load for quicker running

    There are no issues that match your filters.

    Category
    Status