new class extends UnitTestCase {
  protected test () {
    it('displays the songs', () => {
      overviewStore.state.recentlyAddedSongs = factory<Song>('song', 6)
      expect(this.render(RecentlyAddedSongs, {