diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-02 19:05:28 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-02 19:05:28 +0530 |
| commit | 1a148e4edf3a27afbc0944429c1ebb6e2599b832 (patch) | |
| tree | f1cb0208a90b08534c8cacb88b2b7a7d2a4691ce /test | |
| parent | fb1a274bc9b16650d6a85761ad236b90cdbfd41a (diff) | |
| download | daft-launcher-1a148e4edf3a27afbc0944429c1ebb6e2599b832.tar.gz daft-launcher-1a148e4edf3a27afbc0944429c1ebb6e2599b832.zip | |
Adds comment for test case
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(); |
