padraigfl/packard-belle

View on GitHub
src/components/Window/ExplorerWindow.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const ExplorerWindow = props => {
  const footer = insertDefaultFooter(props.footer);
  return (
    <Window
      className={classnames('ExplorerWindow window--explorer', props.className)}
Severity: Minor
Found in src/components/Window/ExplorerWindow.js - About 1 hr to fix

    Definition for rule 'jest/no-focused-tests' was not found
    Open

    import React from 'react';

    For more information visit Source: http://eslint.org/docs/rules/

    Definition for rule 'jest/no-identical-title' was not found
    Open

    import React from 'react';

    For more information visit Source: http://eslint.org/docs/rules/

    Definition for rule 'jest/valid-expect' was not found
    Open

    import React from 'react';

    For more information visit Source: http://eslint.org/docs/rules/

    Definition for rule 'jest/no-disabled-tests' was not found
    Open

    import React from 'react';

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status