mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-30 20:40:53 +00:00
10 lines
248 B
Dart
10 lines
248 B
Dart
![]() |
import 'package:integration_test/integration_test.dart';
|
||
|
|
||
|
import 'notifications_settings_test.dart' as notifications_settings_test;
|
||
|
|
||
|
void main() {
|
||
|
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
||
|
|
||
|
notifications_settings_test.main();
|
||
|
}
|