ElectronicBabylonianLiterature/ebl-frontend

View on GitHub
src/test-support/sign-fixtures.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function signFactory has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const signFactory = Factory.define<Sign>(() => {
  return new Sign({
    name: chance.pickone(['BA', 'BAD', 'BAR', 'PI']),
    lists: chance.pickone([
      [{ name: 'MESZL', number: '1' }],
Severity: Minor
Found in src/test-support/sign-fixtures.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status