@ -17,6 +17,8 @@ void main() {
'renders correctly',
setUp: (game, tester) async {
await game.addFromBlueprint(SpaceshipRail());
await game.ready();
game.camera.followVector2(Vector2.zero());
game.camera.zoom = 8;
},