mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-21 07:58:13 +00:00
11 lines
246 B
Dart
11 lines
246 B
Dart
![]() |
import 'package:integration_test/integration_test.dart';
|
||
|
|
||
|
import 'board_row_test.dart' as board_row_test;
|
||
|
|
||
|
void startTesting() {
|
||
|
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
||
|
|
||
|
// Board integration tests
|
||
|
board_row_test.main();
|
||
|
}
|