Update test/helpers.ts

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7426/head
Tan Li Hau 4 years ago committed by tanhauhau
parent ff179a7b3d
commit c51ddcad18

@ -156,7 +156,6 @@ export function normalizeHtml(window, html, { removeDataSvelte = false, preserve
} }
export function normalizeNewline(html: string) { export function normalizeNewline(html: string) {
// return html.trim().replace(/\r\n/g, '\n')
return html.replace(/\r\n/g, '\n'); return html.replace(/\r\n/g, '\n');
} }

Loading…
Cancel
Save