Update test/server-side-rendering/index.ts

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7426/head
Simon H 4 years ago committed by GitHub
parent 8ac4d68eda
commit 8eddd050d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save