TF-2666 Fix recipient_composer_widget unit test run fail
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:core/presentation/resources/image_paths.dart';
|
||||
import 'package:core/presentation/utils/responsive_utils.dart';
|
||||
import 'package:core/utils/app_logger.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
@@ -21,6 +22,10 @@ void main() {
|
||||
final keyEmailTagEditor = GlobalKey<TagsEditorState>();
|
||||
const prefix = PrefixEmailAddress.to;
|
||||
|
||||
setUpAll(() {
|
||||
Get.put(ResponsiveUtils());
|
||||
});
|
||||
|
||||
Widget makeTestableWidget({required Widget child}) {
|
||||
return GetMaterialApp(
|
||||
localizationsDelegates: const [
|
||||
|
||||
Reference in New Issue
Block a user