6 lines
139 B
Dart
6 lines
139 B
Dart
import 'package:test/test.dart';
|
|
import 'embed_shelf_test.dart' as embed_shelf;
|
|
|
|
void main() {
|
|
group('embed_shelf', embed_shelf.main);
|
|
}
|