mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 18:15:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
		
			464 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			464 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
|   | import 'package:integration_test/integration_test.dart'; | ||
|  | 
 | ||
|  | import 'desktop/database/database_test_runner_2.dart' as database_test_runner_2; | ||
|  | import 'desktop/first_test/first_test.dart' as first_test; | ||
|  | 
 | ||
|  | Future<void> main() async { | ||
|  |   await runIntegration5OnDesktop(); | ||
|  | } | ||
|  | 
 | ||
|  | Future<void> runIntegration5OnDesktop() async { | ||
|  |   IntegrationTestWidgetsFlutterBinding.ensureInitialized(); | ||
|  | 
 | ||
|  |   first_test.main(); | ||
|  | 
 | ||
|  |   database_test_runner_2.main(); | ||
|  |   // DON'T add more tests here.
 | ||
|  | } |