test(core): enable ivy-trusted-types integration test (#39614)

Add ivy-trusted-types to the list of enabled unit tests in
integration/BUILD.bazel

PR Close #39614
This commit is contained in:
Bjarki 2020-11-09 15:07:08 +00:00 committed by Andrew Kushnir
parent 6e1708a2eb
commit 4dcf51a233
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ INTEGRATION_TESTS = {
"i18n": {"tags": ["no-ivy-aot"]},
"injectable-def": {"tags": ["no-ivy-aot"]},
"ivy-i18n": {"tags": ["no-ivy-aot"]},
"ivy-trusted-types": {},
"language_service_plugin": {},
"ng_elements": {"tags": ["no-ivy-aot"]},
"ng_elements_schematics": {"tags": ["no-ivy-aot"]},