/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/add/dev/__test__.jsonc
39 строк
837 B
Nathan Whitaker
fix(install): print install report on `add`, `cache`, and all `install` variants, move scripts and deprecation warnings after the report (#30549)
28 авг 2025, 10:48
Не верифицирован
28 авг 2025, 10:48
b88c621
Код
Авторство
О чём код?
{ "tempDir": true, "tests": { "package_json": { "steps": [ { "args": "add --dev npm:@denotest/esm-basic", "output": "add_packagejson.out" }, { "args": [ "eval", "console.log(Deno.readTextFileSync('package.json').trim())" ], "output": "package.json.out" } ] }, "deno_json": { "steps": [ { "args": ["eval", "Deno.removeSync('package.json')"], "output": "" }, { "args": "add --dev npm:@denotest/esm-basic", "output": "add.out" }, { "args": [ "eval", "console.log(Deno.readTextFileSync('deno.json').trim())" ], "output": "deno.json.out" } ] } } }