Skip to content

Commit

Permalink
chore: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-shivamsingh committed Dec 11, 2024
1 parent 86dd2ae commit b2c46cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dom/test/serialize-dom.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('serializeDOM', () => {
expect(serialized.warnings).toEqual(['data-percy-shadow-host does not have shadowRoot']);
});

fit('renders slot template with shadowrootmode open', () => {
it('renders slot template with shadowrootmode open', () => {
withExample('<div id="content"></div>', { withShadow: false });
const baseContent = document.querySelector('#content');
createAndAttachSlotTemplate(baseContent);
Expand Down

0 comments on commit b2c46cf

Please sign in to comment.