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