test debug

This commit is contained in:
Barrett Ruth 2025-09-27 10:14:31 -04:00
parent ae2f8b94cf
commit 42d2ae4aaa

View file

@ -175,9 +175,9 @@ describe('Error boundary handling', function()
cp.handle_command({ fargs = { 'prev' } })
end)
assert.has_no_errors(function()
cp.handle_command({ fargs = { 'run' } })
end)
-- assert.has_no_errors(function()
-- cp.handle_command({ fargs = { 'run' } })
-- end)
local has_validation_error = false
local has_appropriate_errors = 0