Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/packages/service-worker/testing/BUILD.bazel

14 lines
273 B
Python
Raw Normal View History

build: add bazel test rules for remainder of packages (#21053) PR Close #21053
2017-12-17 15:10:54 -08:00
package(default_visibility = ["//visibility:public"])
build: move repeated tsconfig attributes to a macro (#20964) This helps ensure we use the same tsconfig.json file for all compilations. Next steps are to make it the same tsconfig.json file used by the editor PR Close #20964
2018-01-09 15:24:00 -08:00
load("//tools:defaults.bzl", "ts_library")
build: add bazel test rules for remainder of packages (#21053) PR Close #21053
2017-12-17 15:10:54 -08:00
ts_library(
name = "testing",
testonly = 1,
srcs = glob(["**/*.ts"]),
module_name = "@angular/service-worker/testing",
build: update to latest bazel rules (#21821) PR Close #21821
2018-01-26 18:10:45 -08:00
deps = [
"@rxjs",
],
build: add bazel test rules for remainder of packages (#21053) PR Close #21053
2017-12-17 15:10:54 -08:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 59ms 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