/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/run/patch/__test__.jsonc
25 строк
524 B
David Sherret
feat(unstable): ability to use a local copy of jsr packages (#25068)
20 авг 2024, 17:11
Не верифицирован
20 авг 2024, 17:11
f1c58ec
Код
Авторство
О чём код?
{ "tempDir": true, "tests": { "matching_version": { "cwd": "./my-pkg", "steps": [{ "args": "test", "output": "test.out" }, { "args": "lint", "output": "Checked 2 files\n" }] }, "not_matching_version": { "steps": [{ "args": "run --allow-read=. --allow-write=. modify_version.ts", "output": "[WILDCARD]" }, { "cwd": "./my-pkg", "args": "test", "output": "not_matching_version.out" }] } } }