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

Summary

Maintainability
A
1 hr
Test Coverage

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

  protected test () {
    it('invites single email', async () => {
      const inviteMock = this.mock(invitationService, 'invite')
      const alertMock = this.mock(MessageToasterStub.value, 'success')

Severity: Minor
Found in resources/assets/js/components/user/InviteUserForm.spec.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status