Created
          April 5, 2021 13:30 
        
      - 
      
 - 
        
Save tomaszpolanski/d0641ab104b248610e08930040a32baa to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import 'package:integration_test/integration_test.dart'; | |
| import 'route_test.dart' as route; | |
| import 'simple_test.dart' as simple; | |
| import 'subfolder/sub_test.dart' as subfolder_sub; | |
| import 'testing_test.dart' as testing; | |
| void main() { | |
| IntegrationTestWidgetsFlutterBinding.ensureInitialized(); | |
| route.main(); | |
| simple.main(); | |
| subfolder_sub.main(); | |
| testing.main(); | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment