Merge branch 'tanhauhau/claim-static-html-tag-without-recreating-nested-nodes' of https://github.com/tanhauhau/svelte into tanhauhau/claim-static-html-tag-without-recreating-nested-nodes

pull/7426/head
Simon Holthausen 3 years ago
commit fd6bd47451

@ -113,7 +113,7 @@ describe('ssr', () => {
try {
assert.htmlEqualWithOptions(
head,
fs.readFileSync(`${dir}/_expected-head.html`, "utf-8"),
fs.readFileSync(`${dir}/_expected-head.html`, 'utf-8'),
{ preserveComments: compileOptions.hydratable }
);
} catch (error) {

Loading…
Cancel
Save