6 lines
109 B
Dart
6 lines
109 B
Dart
|
import 'package:test/test.dart';
|
||
|
import 'value_test.dart' as value;
|
||
|
|
||
|
main() {
|
||
|
group('value', value.main);
|
||
|
}
|