resources/assets/js/components/user/InviteUserForm.spec.ts
Function test
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected test () {
it('invites single email', async () => {
const inviteMock = this.mock(invitationService, 'invite')
const alertMock = this.mock(MessageToasterStub.value, 'success')