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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  protected test () {
    it('initializes the store', () => {
      const applyMock = this.mock(themeStore, 'applyThemeFromPreference')

      themeStore.init()
Severity: Minor
Found in resources/assets/js/stores/themeStore.spec.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status