mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 10:03:18 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			246 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			246 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
|   | import 'package:integration_test/integration_test.dart'; | ||
|  | 
 | ||
|  | import 'board_row_test.dart' as board_row_test; | ||
|  | 
 | ||
|  | void startTesting() { | ||
|  |   IntegrationTestWidgetsFlutterBinding.ensureInitialized(); | ||
|  | 
 | ||
|  |   // Board integration tests
 | ||
|  |   board_row_test.main(); | ||
|  | } |