xworkmate-app/test/features/account_page_test.dart

8 lines
131 B
Dart

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