c9-core/plugins/c9.ide.run/runners-docker/Mocha.run

12 wiersze
258 B
Plaintext

{
"cmd" : [
"mocha",
"${debug?--debug-brk=5858}",
"$file",
"$args"],
"info" : "Mocha-testing $project_path$file_name",
"working_dir": "$project_path",
"env" : {},
"debugger": "v8",
"debugport": 5858
}