8 lines
209 B
Dart
8 lines
209 B
Dart
/// Tests Scheduler Flow behavior for the Scheduler Integration Tests package.
|
|
library;
|
|
|
|
import '../integration/scheduler_flow_test.dart' as scheduler_flow_test;
|
|
|
|
void main() {
|
|
scheduler_flow_test.main();
|
|
}
|