Files
bowlingManager/mobile/test/widgets/participant_form_bottomsheet_test.dart
2025-10-23 22:04:03 +09:00

8 lines
294 B
Dart

// Deprecated: ParticipantFormScreen removed; replaced by EventDetailsScreen quick-add/guest modals.
import 'package:flutter_test/flutter_test.dart';
void main() {
test('placeholder - removed ParticipantFormScreen bottomsheet', () {},
skip: 'Replaced by EventDetailsScreen modals');
}