Skip to content

Commit 6930ed6

Browse files
Update test/dummy_test.dart
1 parent fd3c77a commit 6930ed6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/dummy_test.dart

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

0 commit comments

Comments
 (0)