resources/assets/js/stores/overviewStore.spec.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  protected test () {
    it('initializes the store', async () => {
      const songSyncMock = this.mock(songStore, 'syncWithVault')
      const albumSyncMock = this.mock(albumStore, 'syncWithVault')
      const artistSyncMock = this.mock(artistStore, 'syncWithVault')
Severity: Minor
Found in resources/assets/js/stores/overviewStore.spec.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status