Add web test setup (#597)

* Extract logic from Albums page

- move "albums" page logic to `albums-bloc`
- add types to AlbumCard custom events

* Implement some album-bloc unit-tests

- add libraries for testing
- add album factory
- changes in albums-bloc API

* Add rest of albums-bloc test

Cleanup and remove console logs

* Refactor `isShowContextMenu` writable to derived
This commit is contained in:
Jaime Baez
2022-09-07 12:20:19 +02:00
committed by GitHub
parent 9a471d80f7
commit 645bd8a109
11 changed files with 9167 additions and 102 deletions

View File

@@ -0,0 +1 @@
export * from './factories/album-factory';