Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Material smoke test', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(const MaterialApp(home: Scaffold(body: Text('ONSOL-GO!'))));
|
||||
expect(find.text('ONSOL-GO!'), findsOneWidget);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user