remove built-in runner
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
local M = {}
|
||||
|
||||
local defaults = {
|
||||
runner_modules = {
|
||||
"test-samurai.runners.go",
|
||||
"test-samurai.runners.js-jest",
|
||||
"test-samurai.runners.js-mocha",
|
||||
"test-samurai.runners.js-vitest",
|
||||
},
|
||||
runner_modules = {},
|
||||
}
|
||||
|
||||
local current = vim.deepcopy(defaults)
|
||||
|
||||
Reference in New Issue
Block a user