Skip to content

Commit

Permalink
fix: update tag warning suppression to reference issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jhefferman-sfdc committed Dec 5, 2024
1 parent 35d5797 commit 8d6d2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lwc/engine-server/src/__tests__/fixtures.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function compileFixture({
message.includes('LWC1201') ||
message.includes('-h-t-m-l') ||
code === 'CIRCULAR_DEPENDENCY' ||
// template-compiler -> index -> validateElement generates UNKNOWN_HTML_TAG_IN_TEMPLATE for MathML elements
// TODO [#5010]: template-compiler -> index -> validateElement generates UNKNOWN_HTML_TAG_IN_TEMPLATE for MathML elements
message.includes('LWC1123');
if (!shouldIgnoreWarning) {
throw new Error(message);
Expand Down

0 comments on commit 8d6d2e4

Please sign in to comment.