resources/assets/js/services/playlistCollaborationService.spec.ts
Function test
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected test () {
it('creates invite link', async () => {
const playlist = factory('playlist', { is_smart: false })
const postMock = this.mock(http, 'post').mockResolvedValue({ token: 'abc123' })