8 lines
		
	
	
		
			141 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| import 'package:flutter_test/flutter_test.dart';
 | |
| 
 | |
| void main() {
 | |
|   test('Counter value should be incremented', () {
 | |
|     expect(1, 1);
 | |
|   });
 | |
| }
 | 
