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