RHeactorJS/yadda-feature-runner

View on GitHub
src/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function run has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function run (app, featureFiles, featureLibraries) {
  const onlyFeatures = []
  const featureDependencies = []
  // Sort the features by @After annotation
  let featureGraph = _map(featureFiles, (f) => {
Severity: Major
Found in src/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status