Skip to content

Commit afd6559

Browse files
committed
Add test, not only test file
1 parent 0a0ce8b commit afd6559

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/example_test.dart

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
void main() {}
1+
import 'package:flutter_test/flutter_test.dart';
2+
3+
void main() {
4+
test('test_test', () {
5+
expect(true, !false);
6+
});
7+
}

0 commit comments

Comments
 (0)