build: add tag to symbol-extractor tests (#38819)

Add a tag to symbol-extractor tests to allow for bazel querying.

PR Close #38819
This commit is contained in:
Joey Perrott 2020-09-11 14:54:00 -07:00 committed by Andrew Kushnir
parent 78e1ecb161
commit 284c70ee9d
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ def js_expected_symbol_test(name, src, golden, data = [], **kwargs):
name = name,
data = all_data,
entry_point = entry_point,
tags = kwargs.pop("tags", []) + ["symbol_extractor"],
templated_args = ["$(rootpath %s)" % src, "$(rootpath %s)" % golden],
configuration_env_vars = ["angular_ivy_enabled"],
**kwargs