remove built-in runner

This commit is contained in:
2026-01-02 15:21:42 +01:00
parent 58f0edc14b
commit f5fc9822ce
31 changed files with 23 additions and 6334 deletions

View File

@@ -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)