From ec6cdef62d26c1f9d71116a4f7e645883ab796dc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Dec 2021 19:24:10 +0000 Subject: [PATCH] chore(lint): Prettier fix --- packages/astro/test/lit-element.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/astro/test/lit-element.test.js b/packages/astro/test/lit-element.test.js index bbd0c78ac..d5be29a46 100644 --- a/packages/astro/test/lit-element.test.js +++ b/packages/astro/test/lit-element.test.js @@ -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