chore(lint): Prettier fix

This commit is contained in:
GitHub Action 2021-12-06 19:24:10 +00:00
parent d9d3906a3c
commit ec6cdef62d

View file

@ -55,7 +55,6 @@ describe('LitElement test', () => {
expect($('my-element').attr('reflectedbool')).to.equal('');
expect($('my-element').attr('reflected-str')).to.equal('default reflected string');
expect($('my-element').attr('reflected-str-prop')).to.equal('initialized reflected');
});
// Skipped because not supported by Lit