//! Integration test scaffolds for level transition and compatibility behaviors.
//! Currently focuses on state resource evolution; future work will exercise full ECS flows.
use LevelAdvanceState;
// NOTE: Full system invocation (advance_level_when_cleared -> handle_level_advance_delay -> finalize_level_advance)
// will be added once test harness utilities for spawning bricks/ball are in place.