/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/e2e/utils/BUILD.bazel
24 строки
668 B
Alan Agius
refactor: remove `tree-kill` dependency and refactor `killAllProcesses` to use native `childProc.kill`.
03 мар 2026, 19:00
03 мар 2026, 19:00
73186ba
Код
Авторство
О чём код?
load("//tools:defaults.bzl", "ts_project") package(default_visibility = ["//visibility:public"]) ts_project( name = "utils", testonly = True, srcs = glob(["**/*.ts"]), data = [ "//tests/e2e/ng-snapshot", ], deps = [ "//:node_modules/@types/jasmine", "//:node_modules/@types/node", "//:node_modules/@types/semver", "//:node_modules/fast-glob", "//:node_modules/puppeteer", "//:node_modules/semver", "//:node_modules/verdaccio", "//:node_modules/verdaccio-auth-memory", "//tests:node_modules/@types/tar-stream", "//tests:node_modules/tar-stream", ], )