test: animatronic is in forest

pull/169/head
Allison Ryan 4 years ago
parent 28087ee1d6
commit 5e01d609cb

@ -39,6 +39,19 @@ void main() {
},
);
flameTester.test(
'a DashAnimatronic',
(game) async {
final flutterForest = FlutterForest();
await game.ensureAdd(flutterForest);
expect(
flutterForest.firstChild<DashAnimatronic>(),
isNotNull,
);
},
);
flameTester.test(
'a BigDashNestBumper',
(game) async {

Loading…
Cancel
Save