platform/packages/shelf/test/all.dart

7 lines
134 B
Dart
Raw Normal View History

2017-06-12 23:53:08 +00:00
import 'package:test/test.dart';
import 'embed_shelf_test.dart' as embed_shelf;
main() {
group('embed_shelf', embed_shelf.main);
2018-11-11 17:35:37 +00:00
}