padraigfl/packard-belle

View on GitHub
src/components/Button/AbstractButton.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { props } = this;

    return (
      <button
Severity: Minor
Found in src/components/Button/AbstractButton.js - About 1 hr to fix

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

    import React, { Component } from 'react';

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

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

    import React, { Component } from 'react';

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

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

    import React, { Component } 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, { Component } from 'react';

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

    There are no issues that match your filters.

    Category
    Status