sanger/limber

View on GitHub
app/frontend/javascript/test_support/factories/json_factory.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const jsonFactory = (factoryName, userAttributes = {}) => {
  const factory = findFactory(factoryName)
  const type = resourceName(factoryName)
  const resource_config = new ResourceConfig(type)

Severity: Minor
Found in app/frontend/javascript/test_support/factories/json_factory.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status