rexk/mocha-mix

View on GitHub
src/Mixer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Mixer has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Mixer(recipe) {
  var mixRecipe = MixRecipe(recipe);
  var importPath = getModulePath(mixRecipe.import, mixRecipe.rootDir);
  var mocks = {};
  var mixer = {
Severity: Minor
Found in src/Mixer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status