Skip to content

Commit

Permalink
chore: fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsjtu committed Nov 29, 2023
1 parent 9ce9de6 commit dce30db
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('light DOM slot forwarding reactivity', () => {
},
];

['lightLight', 'lightShadow', 'shadowLight'].forEach((slotForwardingType) => {
['lightLight', 'lightShadow'].forEach((slotForwardingType) => {
it(`should update correctly for ${slotForwardingType} slots`, async () => {
const parent = nodes[slotForwardingType];
const leaf = parent.leaf;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@
<p slot={lightShadowLower}>Lower slot content</p>
<p>Default slot content</p>
</x-light-shadow-slot>

<x-shadow-light-slot data-id="shadowLight">
<p slot={shadowLightUpper}>Upper slot content</p>
<p slot={shadowLightLower}>Lower slot content</p>
<p>Default slot content</p>
</x-shadow-light-slot>
</template>

This file was deleted.

This file was deleted.

0 comments on commit dce30db

Please sign in to comment.