resources/assets/js/components/screens/QueueScreen.spec.ts
Function test
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected test () {
it('renders the queue', () => {
this.renderComponent(factory('song', 3))
expect(screen.queryByTestId('song-list')).toBeTruthy()