/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/node/process_title/__test__.jsonc
26 строк
619 B
Bartek Iwańczuk
fix(ext/node): improve process.title and support --title flag (#32201)
18 мар 2026, 19:31
Не верифицирован
18 мар 2026, 19:31
f5d0971
Код
Авторство
О чём код?
{ "tests": { "default_title_is_exec_path": { "args": "run -A main.ts default", "output": "default.out" }, "set_title": { "args": "run -A main.ts set", "output": "set.out" }, "node_options_title": { "envs": { "NODE_OPTIONS": "--title=custom-title" }, "args": "run -A main.ts node_options", "output": "node_options.out" }, "node_options_title_quoted_spaces": { "envs": { "NODE_OPTIONS": "--title=\"hello world\"" }, "args": "run -A main.ts node_options", "output": "node_options_quoted.out" } } }