From 4dcf51a233b36ae83a96aad5c1a0c7cc1cd59f60 Mon Sep 17 00:00:00 2001 From: Bjarki Date: Mon, 9 Nov 2020 15:07:08 +0000 Subject: [PATCH] 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 --- integration/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/BUILD.bazel b/integration/BUILD.bazel index ba10909f2b..5c1f73a2d6 100644 --- a/integration/BUILD.bazel +++ b/integration/BUILD.bazel @@ -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"]},