Skip to content

Commit 2d7391a

Browse files
jmcgavinbicknellr
andauthored
Update packages/scoped-custom-element-registry/test/Element.test.html.js
Co-authored-by: Russell Bicknell <bicknellr@gmail.com>
1 parent 5bf2b21 commit 2d7391a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scoped-custom-element-registry/test/Element.test.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('Element', () => {
146146

147147
expect($el.hasAttribute('foo')).to.be.false;
148148

149-
$el.setAttribute('foo');
149+
$el.setAttribute('foo', '');
150150
$el.toggleAttribute('foo', true);
151151

152152
expect($el.hasAttribute('foo')).to.be.true;

0 commit comments

Comments
 (0)