Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 committed Dec 19, 2023
1 parent 9f041f1 commit 935fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/shadow-dom.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ test('when shadow dom option is passed, $root becomes the shadow root', ({
const elShadow = document.createElement('shadow-dom');
debug.appendChild(elLight);
eq(elLight.textContent, 'hello');
eq(elShadow.textContent, 'world');
eq(elShadow.textContent, '');
});

0 comments on commit 935fee1

Please sign in to comment.