extends Node func _ready() -> void: EventBusTests.run_tests() get_tree().quit() func _process(_delta: float) -> void: pass