fabasoad/business-card

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

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function testSkills has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function testSkills(div: HTMLDivElement) {
  const expectedSkillsMap = new Map<string, string>([
    ['aws', 'AWS'],
    ['bootstrap', 'Bootstrap'],
    ['concourseCI', 'Concourse CI'],
Severity: Minor
Found in src/__tests__/components/TestUtils.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status