Implemented first basic test
This commit is contained in:
7
test/main_test.dart
Normal file
7
test/main_test.dart
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
test('Counter value should be incremented', () {
|
||||||
|
expect(1, 1);
|
||||||
|
});
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user