platform/test/all.dart
2018-11-11 12:35:37 -05:00

6 lines
134 B
Dart

import 'package:test/test.dart';
import 'embed_shelf_test.dart' as embed_shelf;
main() {
group('embed_shelf', embed_shelf.main);
}