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

Summary

Maintainability
A
1 hr
Test Coverage

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

  protected test () {
    it('performs an excerpt search', async () => {
      const result: ExcerptSearchResult = {
        songs: factory<Song>('song', 3),
        albums: factory<Album>('album', 3),
Severity: Minor
Found in resources/assets/js/stores/searchStore.spec.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status