xworkmate-app/test/runtime/app_controller_thread_skills_test.dart

8 lines
147 B
Dart

import '../test_suite_stub.dart'
if (dart.library.io) 'app_controller_thread_skills_suite.dart'
as suite;
void main() {
suite.main();
}