7 lines
89 B
Dart
7 lines
89 B
Dart
import 'package:test/test.dart';
|
|
|
|
void main() {
|
|
group('A group of tests', () {
|
|
});
|
|
}
|