mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
test(core): cleanup bazel target names for schematic tests (#32318)
Apparently the names of the bazel test targets in the schematics are incorrect. This commit updates the target names to match their bazel package name. PR Close #32318
This commit is contained in:
parent
e5636a322c
commit
d0f3539e6e
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ ts_library(
|
|||
)
|
||||
|
||||
jasmine_node_test(
|
||||
name = "google3",
|
||||
name = "test",
|
||||
deps = [
|
||||
":test_lib",
|
||||
"@npm//shelljs",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ ts_library(
|
|||
)
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test",
|
||||
name = "google3",
|
||||
deps = [
|
||||
":test_lib",
|
||||
"@npm//shelljs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue