class RubyLsp::TestUnitReporter
def test_finished(test)
def test_finished(test) super return unless test.passed? && @current_uri && @current_test_id LspReporter.instance.record_pass(id: @current_test_id, uri: @current_uri) end
def test_finished(test) super return unless test.passed? && @current_uri && @current_test_id LspReporter.instance.record_pass(id: @current_test_id, uri: @current_uri) end