From cf47eb41ff7ad5328b4fe2dfa8079ab36d7f7d9d Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Fri, 10 Apr 2026 15:55:55 -0700 Subject: [PATCH] test: use strict mode for `ng_elements` integration test Apparently the Rollup bundle for these tests defaults to `es` format, meaning it expects to be loaded at runtime as native ESM. This was not happening because it was loaded as a regular ` + diff --git a/integration/ng_elements/src/slots.html b/integration/ng_elements/src/slots.html index 04c1d3ebf86..e042eb64d38 100644 --- a/integration/ng_elements/src/slots.html +++ b/integration/ng_elements/src/slots.html @@ -12,6 +12,6 @@

TestCardContent

TestCardFooter - +