diff --git a/test/game/components/flutter_forest_test.dart b/test/game/components/flutter_forest_test.dart index 82bf1046..e9e58985 100644 --- a/test/game/components/flutter_forest_test.dart +++ b/test/game/components/flutter_forest_test.dart @@ -39,6 +39,19 @@ void main() { }, ); + flameTester.test( + 'a DashAnimatronic', + (game) async { + final flutterForest = FlutterForest(); + await game.ensureAdd(flutterForest); + + expect( + flutterForest.firstChild(), + isNotNull, + ); + }, + ); + flameTester.test( 'a BigDashNestBumper', (game) async {