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

Summary

Maintainability
A
1 hr
Test Coverage

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

  protected test () {
    it('renders an empty state if no songs found', async () => {
      commonStore.state.song_length = 0
      this.mock(overviewStore, 'init')

Severity: Minor
Found in resources/assets/js/components/screens/HomeScreen.spec.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status