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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  protected test () {
    it('initializes with current user', () => {
      expect(userStore.current).toEqual(currentUser)
      expect(userStore.vault.size).toBe(1)
    })
Severity: Major
Found in resources/assets/js/stores/userStore.spec.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status