mirror of
https://github.com/tonytins/bullseye.git
synced 2025-06-25 10:24:44 -04:00
macOS and Linux support
This commit is contained in:
parent
b29a46366a
commit
22cecb89a4
46 changed files with 1787 additions and 63 deletions
|
@ -11,12 +11,8 @@ import 'package:flutter_test/flutter_test.dart';
|
|||
import 'package:bullseye/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Smoke test', (WidgetTester tester) async {
|
||||
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
|
||||
// Build our app and trigger a frame.
|
||||
await tester.pumpWidget(BullsEyeApp());
|
||||
|
||||
// Tap the '+' icon and trigger a frame.
|
||||
await tester.tap(find.text("Hit me!"));
|
||||
await tester.pump();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue