summaryrefslogtreecommitdiff
path: root/packages/astro/test/lit-element.test.js
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2021-11-22 21:02:28 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-11-22 21:02:28 +0000
commitc0ad06c470fe0a405bdf447b02498d0ccf343e9d (patch)
tree30564c897e0200f392100c43c632ae87cb6faef8 /packages/astro/test/lit-element.test.js
parentec01d1b43f069d909a18bfb73ee414f954d25c9a (diff)
downloadastro-c0ad06c470fe0a405bdf447b02498d0ccf343e9d.tar.gz
astro-c0ad06c470fe0a405bdf447b02498d0ccf343e9d.tar.zst
astro-c0ad06c470fe0a405bdf447b02498d0ccf343e9d.zip
[ci] yarn format
Diffstat (limited to '')
-rw-r--r--packages/astro/test/lit-element.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/lit-element.test.js b/packages/astro/test/lit-element.test.js
index eed211d91..dd3dda5d6 100644
--- a/packages/astro/test/lit-element.test.js
+++ b/packages/astro/test/lit-element.test.js
@@ -5,7 +5,7 @@ import { loadFixture } from './test-utils.js';
let fixture;
const NODE_VERSION = parseFloat(process.versions.node);
-const stripExpressionMarkers = (html) => html.replace(/<!--\/?lit-part-->/g, '')
+const stripExpressionMarkers = (html) => html.replace(/<!--\/?lit-part-->/g, '');
before(async () => {
// @lit-labs/ssr/ requires Node 13.9 or higher