diff --git a/BUILD.bazel b/BUILD.bazel index 0ae5406..42e81b5 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -25,5 +25,6 @@ swift_library( deps = [ ":iOSSnapshotTestCaseCore" ], + testonly = True, visibility = ["//visibility:public"] )