JiriChara/kindergarten

View on GitHub
src/decorators/sandbox.js

Summary

Maintainability
A
1 hr
Test Coverage

Function sandbox has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const sandbox = (...sandboxArgs) => (Target) => {
  const sandboxInstance = new Sandbox(...sandboxArgs);

  const addMethod = (obj, key, value) => {
    if (obj[key]) {
Severity: Minor
Found in src/decorators/sandbox.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status