mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
12 lines
258 B
Plaintext
12 lines
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
|
|
} |