xworkmate-app/test/runtime/secure_config_store_test.dart

8 lines
138 B
Dart

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