mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 10:03:18 +00:00 
			
		
		
		
	 6ecc3c9076
			
		
	
	
		6ecc3c9076
		
			
		
	
	
	
	
		
			
			* test: add document sync test on appflowy cloud * chore: add runner * test: Stream has already been listened to. * fix: using singleton subscription * fix: using singleton subscription
		
			
				
	
	
		
			12 lines
		
	
	
		
			333 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			333 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| import 'package:integration_test/integration_test.dart';
 | |
| 
 | |
| import 'notifications_settings_test.dart' as notifications_settings_test;
 | |
| import 'user_language_test.dart' as user_language_test;
 | |
| 
 | |
| void main() {
 | |
|   IntegrationTestWidgetsFlutterBinding.ensureInitialized();
 | |
| 
 | |
|   notifications_settings_test.main();
 | |
|   user_language_test.main();
 | |
| }
 |