mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
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:
1
web/src/test-data/index.ts
Normal file
1
web/src/test-data/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './factories/album-factory';
|
||||
Reference in New Issue
Block a user