local js = require("test-samurai.runners.js") return js.new({ name = "js-vitest", framework = "vitest", command = { "npx", "vitest" }, })