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