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