mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
c148a28a82
* fix(mobile): fix text search * chore(mobile): add tests for SearchPage * fix(mobile): fix render overflow for small screens Needed for SearchPage test to not throw overflow error * chore(mobile): update import_rule_openapi * styling * preserve styling and skip a test --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
6 lines
218 B
Dart
6 lines
218 B
Dart
import 'package:mocktail/mocktail.dart';
|
|
import 'package:openapi/api.dart';
|
|
|
|
class MockSmartSearchDto extends Mock implements SmartSearchDto {}
|
|
|
|
class MockMetadataSearchDto extends Mock implements MetadataSearchDto {}
|