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