/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/node_compat/Cargo.toml
25 строк
559 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 = "node_compat_tests" version = "0.0.0" authors.workspace = true autotests = false edition.workspace = true license.workspace = true repository.workspace = true [[test]] name = "node_compat" path = "mod.rs" harness = false [dev-dependencies] chrono = { workspace = true, features = ["now"] } deno_terminal.workspace = true file_test_runner.workspace = true jsonc-parser.workspace = true regex.workspace = true serde.workspace = true serde_json.workspace = true test_util.workspace = true