xworkmate-app/test/runtime/app_controller_codex_bridge_test.dart

8 lines
146 B
Dart

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