bensaufley/code-words-web

View on GitHub
test/support/container-helper.js

Summary

Maintainability
A
1 hr
Test Coverage

Function renderContainerWith has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const renderContainerWith = (render) => (providerProps = {}, routerProps = {}, appendToBody = false) => {
  const { initialState, ...pProps } = providerProps,
        state = Object.assign({
          session: {}
        }, initialState || {});
Severity: Minor
Found in test/support/container-helper.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status