drift/sqlparser/tool/tester.dart

8 lines
153 B
Dart

import 'package:test_core/src/executable.dart' as test;
void main() async {
await test.main([]);
print('Tests ran, now collecting coverage...');
}