it('should display the trending music', async () => {
    const { component } = mountComponent();
    expect(component.asFragment()).toMatchSnapshot();
  });