mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ea495d958f
* removed /tools/http_server and uses http_server from rules_nodejs * updated bazel schematics to use angular bundles PR Close #29063
12 lines
226 B
Python
12 lines
226 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
load("//tools:defaults.bzl", "ts_library")
|
|
|
|
ts_library(
|
|
name = "test-utils",
|
|
srcs = ["index.ts"],
|
|
deps = [
|
|
"@npm//@types/selenium-webdriver",
|
|
],
|
|
)
|