it('should be able to sort favorite tracks by artist', async () => {
    const favorites = buildStoreState()
      .withFavorites({
        tracks: [
          { name: 'A', artist: 'DEF' },