new class extends UnitTestCase {
  protected test () {
    it('displays the albums', () => {
      overviewStore.state.recentlyAddedAlbums = factory<Album>('album', 6)
      expect(this.render(RecentlyAddedAlbums, {