test: correct bazel visibility for @angular/private/testing (#27386)
we don't want anyone else to depened on this stuff. PR Close #27386
This commit is contained in:
parent
194f1f084f
commit
9a93259b64
@ -1,4 +1,4 @@
|
|||||||
package(default_visibility = ["//visibility:public"])
|
package(default_visibility = ["//packages:__subpackages__"])
|
||||||
|
|
||||||
exports_files(["package.json"])
|
exports_files(["package.json"])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user