forked from eva/focus-flow
5 lines
120 B
Dart
5 lines
120 B
Dart
import '../integration/scheduler_flow_test.dart' as scheduler_flow_test;
|
|
|
|
void main() {
|
|
scheduler_flow_test.main();
|
|
}
|