resources/assets/js/components/user/UserCard.spec.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

  protected test () {
    it('has different behaviors for current user', () => {
      const user = factory<User>('user')
      this.actingAs(user).renderComponent(user)

Severity: Major
Found in resources/assets/js/components/user/UserCard.spec.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status