mnemo_cards/games/packages/game_tests/lib/game_tests.dart
Dmitry 05831c8a9e
Some checks failed
Web App CI / test (push) Waiting to run
Web App CI / build (push) Blocked by required conditions
Mobile App CI / test (push) Has been cancelled
Mobile App CI / build-android (push) Has been cancelled
Mobile App CI / build-ios (push) Has been cancelled
games
2025-12-11 03:56:43 +03:00

6 lines
233 B
Dart

library game_tests;
/// Entry point for shared game test utilities and widgets.
/// Extend this package with data models, state helpers, and UI.
export 'src/config/game_test_settings.dart';
export 'src/game_tests_placeholder.dart';