resources/assets/js/services/invitationService.spec.ts
Function test
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected test () {
it('accepts an invitation', async () => {
const postMock = this.mock(http, 'post').mockResolvedValue({
'audio-token': 'my-audio-token',
'token': 'my-token',