drift/sqlparser/tool/tester.dart

8 lines
153 B
Dart
Raw Normal View History

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