Skip to content

Commit 4c60a50

Browse files
committed
update test snapshot
1 parent 78d8eab commit 4c60a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docusaurus/src/server/__tests__/htmlTags.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe('loadHtmlTags', () => {
189189
},
190190
]),
191191
).toThrowErrorMatchingInlineSnapshot(
192-
`"Error loading {"tagName":"endiliey","attributes":{"this":"is invalid"}}, "endiliey" is not a valid HTML tag."`,
192+
`"Error loading {"tagName":"endiliey","attributes":{"this":"is invalid"}}, "endiliey" is not a valid HTML tag. Either use a valid "tagName" or set "customElement: true"."`,
193193
);
194194
});
195195

0 commit comments

Comments
 (0)