fabasoad/business-card

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

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function testLanguageMain has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function testLanguageMain(div: HTMLDivElement) {
  expect(div).toHaveClass('light-component')
  testSectionTitle(
    div.querySelector('div.section-title'),
    'business-card-languages-title'
Severity: Minor
Found in src/__tests__/components/Languages/TestUtils.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status