6 lines
233 B
Dart
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';
|