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