Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/dev-infra/utils/testing/BUILD.bazel

16 lines
401 B
Python
Raw Normal View History

Revert "build: upgrade angular build, integration/bazel and @angular/bazel package to rule_nodejs 2.2.0 (#37727)" (#39097) This reverts commit db56cf18ba52e32c9481deb86e2c39262a2e7db6. PR Close #39097
2020-10-02 10:50:38 -07:00
load("@npm_bazel_typescript//:index.bzl", "ts_library")
feat(dev-infra): add shared testing utilities folder with git mock (#38656) Adds a new folder to dev-infra where shared testing utilities could be placed in. This commit already adds initial testing utilities for dealing with the `GitClient` and SemVer versions. The `GitClient` in the testing utilities simulates actual Git behavior in a virtual manner. It's not complete at all, but can be extended based on our needs. The currently implemented commands are the most basic ones that we'd need for our release tooling. PR Close #38656
2020-09-09 14:50:02 +02:00
ts_library(
name = "testing",
srcs = glob(["*.ts"]),
module_name = "@angular/dev-infra-private/utils/testing",
visibility = ["//dev-infra:__subpackages__"],
deps = [
"//dev-infra/utils",
"@npm//@types/jasmine",
"@npm//@types/minimist",
"@npm//@types/node",
"@npm//minimist",
],
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 71ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API