mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
Independent test helpers (#957)
* Independent test helpers * Relative test helper path * Fix imports * Fix pubspec description * Less tested lines, since the moved lines were in tests * Move to canvas_test
This commit is contained in:
5
packages/flame_test/lib/flame_test.dart
Normal file
5
packages/flame_test/lib/flame_test.dart
Normal file
@ -0,0 +1,5 @@
|
||||
export 'src/expect_double.dart';
|
||||
export 'src/expect_vector2.dart';
|
||||
export 'src/mock_gesture_events.dart';
|
||||
export 'src/mock_image.dart';
|
||||
export 'src/random_test.dart';
|
||||
Reference in New Issue
Block a user