diff --git a/test/helpers.ts b/test/helpers.ts index ce3571344750..8128f4ddf80f 100644 --- a/test/helpers.ts +++ b/test/helpers.ts @@ -156,7 +156,6 @@ export function normalizeHtml(window, html, { removeDataSvelte = false, preserve } export function normalizeNewline(html: string) { - // return html.trim().replace(/\r\n/g, '\n') return html.replace(/\r\n/g, '\n'); }