From 60dec531fc3a08da8dd2ac8a2328541509fff8d9 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Tue, 2 Nov 2021 15:13:00 +0100 Subject: [PATCH] test: wire up `ng-add-localize` CLI project as integration test to run within Bazel (#44016) Wires up the `ng-add-localize` minimal CLI project to run as integration test within Bazel. PR Close #44016 --- integration/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/BUILD.bazel b/integration/BUILD.bazel index aad7b11072a..0cfface069d 100644 --- a/integration/BUILD.bazel +++ b/integration/BUILD.bazel @@ -68,6 +68,7 @@ INTEGRATION_TESTS = { }, "ivy-i18n": {}, "trusted-types": {}, + "ng-add-localize": {}, "ng_elements": {}, "ng_update": {}, "ng_update_migrations": {