fix: remove combined test case files

This commit is contained in:
Barrett Ruth 2025-09-18 11:41:09 -04:00
parent 5f236153cc
commit 66b7db6da4
3 changed files with 6 additions and 26 deletions

View file

@ -60,11 +60,7 @@ M.defaults = {
setup_code = nil,
},
debug = false,
scrapers = vim.iter(constants.PLATFORMS)
:map(function(platform)
return platform, true
end)
:totable(),
scrapers = constants.PLATFORMS,
filename = nil,
}