Files
sendico/frontend/pshared/test/test.dart
2025-11-13 15:06:15 +03:00

7 lines
89 B
Dart

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