diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/main_test.dart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main_test.dart b/test/main_test.dart index f3c9ca1..c20781e 100644 --- a/test/main_test.dart +++ b/test/main_test.dart @@ -4,6 +4,8 @@ import 'package:owyn/pages/Home.dart'; import 'package:owyn/pages/Apps.dart'; void main() { + // TODO: Uncomment once this is released -> https://github.com/flutter/flutter/pull/57287 + //testWidgets('Should render with no errors', (WidgetTester tester) async { //await tester.pumpWidget(MyApp()); //await tester.pump(); |
