/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/unit_node/Cargo.toml
19 строк
370 B
David Sherret
ci: split up test crate (#32174)
15 фев 2026, 22:37
Не верифицирован
15 фев 2026, 22:37
bc1e7e2
Код
Авторство
О чём код?
# Copyright 2018-2026 the Deno authors. MIT license. [package] name = "unit_node_tests" version = "0.0.0" authors.workspace = true autotests = false edition.workspace = true license.workspace = true repository.workspace = true [[test]] name = "unit_node" path = "mod.rs" harness = false [dev-dependencies] file_test_runner.workspace = true test_util.workspace = true