fabasoad/business-card

View on GitHub
src/__tests__/components/About/TestUtils.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function testAboutMain has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function testAboutMain(div: HTMLDivElement) {
  expect(div).toHaveClass('container')
  testSectionTitle(
    div.querySelector('div.section-title'),
    'business-card-about-me-title'
Severity: Minor
Found in src/__tests__/components/About/TestUtils.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status