Files
rasadyar_application/packages/auth/test/auth_test.dart
2025-05-10 12:17:08 +03:30

9 lines
123 B
Dart

import 'package:auth/auth.dart';
import 'package:test/test.dart';
void main() {
group('A group of tests', () {
});
}