resources/assets/js/components/song/SongListSorter.spec.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function test has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  protected test () {
    it('contains proper items for song-only lists', () => {
      this.render(Component)

      ;['Title', 'Album', 'Artist', 'Track & Disc', 'Time', 'Date Added'].forEach(text => screen.getByText(text))
Severity: Minor
Found in resources/assets/js/components/song/SongListSorter.spec.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status