Skip to content

Commit ebd6767

Browse files
committed
fix missing or faulty tag-names in generated components ('ui5-timeline-item', 'ui5-notification-overflow-action')
1 parent 1bf1f0b commit ebd6767

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`NotificationOverflowAction Basic Test (generated) 1`] = `
4+
<DocumentFragment>
5+
<ui5-notification-overflow-action
6+
design="Transparent"
7+
/>
8+
</DocumentFragment>
9+
`;

0 commit comments

Comments
 (0)