9 lines
314 B
Dart
9 lines
314 B
Dart
// This file is provided as a convenience for running integration tests via the
|
|
// flutter drive command.
|
|
//
|
|
// flutter drive --driver integration_test/driver.dart --target integration_test/app_test.dart
|
|
|
|
import 'package:integration_test/integration_test_driver.dart';
|
|
|
|
Future<void> main() => integrationDriver();
|