resources/assets/js/components/screens/QueueScreen.spec.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  protected test () {
    it('renders the queue', () => {
      this.renderComponent(factory<Song>('song', 3))

      expect(screen.queryByTestId('song-list')).toBeTruthy()
Severity: Minor
Found in resources/assets/js/components/screens/QueueScreen.spec.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status