You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
314 B
9 lines
314 B
// 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();
|