/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/remove/alias/__test__.jsonc
29 строк
626 B
Satya Rohith
fix(cli): consolidate pkg parser for install & remove (#26298)
16 окт 2024, 12:20
Не верифицирован
16 окт 2024, 12:20
2929d58
Код
Авторство
О чём код?
{ "tempDir": true, "tests": { "alias_with_pkg": { "steps": [{ "args": "remove my-alias@npm:@denotest/add", "output": "[WILDCARD]" }, { "args": [ "eval", "console.log(Deno.readTextFileSync('package.json').trim())" ], "output": "package.json.out" }] }, "alias": { "steps": [{ "args": "remove my-alias", "output": "[WILDCARD]" }, { "args": [ "eval", "console.log(Deno.readTextFileSync('package.json').trim())" ], "output": "package.json.out" }] } } }