fix: remove combined test case files
This commit is contained in:
parent
5f236153cc
commit
66b7db6da4
3 changed files with 6 additions and 26 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue