Implemented first basic test
This commit is contained in:
@@ -20,6 +20,7 @@ dev_dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
flutter_lints: ^4.0.0
|
flutter_lints: ^4.0.0
|
||||||
|
test: ^1.25.15
|
||||||
|
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
|
|||||||
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