/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/remove/basic/__test__.jsonc
19 строк
554 B
Satya Rohith
fix(cli): consolidate pkg parser for install & remove (#26298)
16 окт 2024, 12:20
Не верифицирован
16 окт 2024, 12:20
2929d58
Код
Авторство
О чём код?
{ "tempDir": true, "steps": [{ "args": ["add", "jsr:@std/assert", "jsr:@std/http"], "output": "add.out" }, { "args": ["eval", "console.log(Deno.readTextFileSync('deno.lock').trim())"], "output": "add_lock.out" }, { "args": ["remove", "jsr:@std/assert", "@std/http"], "output": "rm.out" }, { "args": ["eval", "console.log(Deno.readTextFileSync('deno.lock').trim())"], "output": "remove_lock.out" }, { "args": ["eval", "console.log(Deno.readTextFileSync('deno.json').trim())"], "output": "{\n}\n" }] }