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:
Paul Gschwendtner 2019-08-26 16:12:44 +02:00 committed by Miško Hevery
parent e5636a322c
commit d0f3539e6e
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ ts_library(
)
jasmine_node_test(
name = "google3",
name = "test",
deps = [
":test_lib",
"@npm//shelljs",

View File

@ -12,7 +12,7 @@ ts_library(
)
jasmine_node_test(
name = "test",
name = "google3",
deps = [
":test_lib",
"@npm//shelljs",