[ci] yarn format

This commit is contained in:
natemoo-re 2021-11-22 21:02:28 +00:00 committed by GitHub Actions
parent ec01d1b43f
commit c0ad06c470

View file

@ -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