Skip to content

Commit 1b16d47

Browse files
committed
Bypass test
1 parent 2786d10 commit 1b16d47

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/none_test.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
void main() {}
1+
import 'package:flutter_test/flutter_test.dart';
2+
3+
void main() {
4+
test('Bypass test for rapid development', () {});
5+
}

0 commit comments

Comments
 (0)