resources/assets/js/services/invitationService.spec.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  protected test () {
    it('accepts an invitation', async () => {
      const postMock = this.mock(http, 'post').mockResolvedValue({
        'audio-token': 'my-audio-token',
        token: 'my-token',
Severity: Minor
Found in resources/assets/js/services/invitationService.spec.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status