fix(ci): tests

This commit is contained in:
Barrett Ruth 2025-09-23 15:02:33 -04:00
parent 1769ea079a
commit 75994c07a5

View file

@ -19,6 +19,7 @@ describe('cp command parsing', function()
setup_contest = function() end,
navigate_problem = function() end,
setup_problem = function() end,
scrape_remaining_problems = function() end,
}
package.loaded['cp.setup'] = mock_setup
@ -101,6 +102,8 @@ describe('cp command parsing', function()
package.loaded['cp.restore'] = nil
package.loaded['cp.commands.picker'] = nil
package.loaded['cp.commands.cache'] = nil
package.loaded['cp'] = nil
package.loaded['cp.commands.init'] = nil
end)
describe('empty arguments', function()