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:
Igor Minar 2018-12-01 01:49:43 -08:00
parent 95f8b63265
commit 21f6daf0bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package(default_visibility = ["//visibility:public"])
package(default_visibility = ["//packages:__subpackages__"])
exports_files(["package.json"])