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:
parent
6e1708a2eb
commit
4dcf51a233
|
@ -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"]},
|
||||
|
|
Loading…
Reference in New Issue