/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/run/entrypoint_errors/__test__.jsonc
14 строк
458 B
crowlbot
tests(run): add spec tests for non-executable entrypoints (#34779)
03 июн 2026, 13:28
Не верифицирован
03 июн 2026, 13:28
f4be8bc
Код
Авторство
О чём код?
{ "tests": { "directory_entrypoint": { "args": "run subdir", "output": "error: [ERR_UNSUPPORTED_DIR_IMPORT] Directory import 'file://[WILDCARD]/subdir' is not supported resolving ES modules\n", "exitCode": 1 }, "json_entrypoint": { "args": "run data.json", "output": "error: Attempted to load JSON module without specifying \"type\": \"json\" attribute in the import statement.\n", "exitCode": 1 } } }