initialize with first MVP
This commit is contained in:
7
lua/test-samurai/runners/js-mocha.lua
Normal file
7
lua/test-samurai/runners/js-mocha.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local js = require("test-samurai.runners.js")
|
||||
|
||||
return js.new({
|
||||
name = "js-mocha",
|
||||
framework = "mocha",
|
||||
command = { "npx", "mocha" },
|
||||
})
|
||||
Reference in New Issue
Block a user