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:
parent
78e1ecb161
commit
284c70ee9d
|
@ -24,6 +24,7 @@ def js_expected_symbol_test(name, src, golden, data = [], **kwargs):
|
||||||
name = name,
|
name = name,
|
||||||
data = all_data,
|
data = all_data,
|
||||||
entry_point = entry_point,
|
entry_point = entry_point,
|
||||||
|
tags = kwargs.pop("tags", []) + ["symbol_extractor"],
|
||||||
templated_args = ["$(rootpath %s)" % src, "$(rootpath %s)" % golden],
|
templated_args = ["$(rootpath %s)" % src, "$(rootpath %s)" % golden],
|
||||||
configuration_env_vars = ["angular_ivy_enabled"],
|
configuration_env_vars = ["angular_ivy_enabled"],
|
||||||
**kwargs
|
**kwargs
|
||||||
|
|
Loading…
Reference in New Issue