mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-05 20:38:03 +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();
|
||
|
|
}
|