mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-24 16:07:41 +00:00
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();
|