Skip to content

Commit 51af4f6

Browse files
tanhauhaubenmccann
andcommitted
Update test/helpers.ts
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent bbc47ee commit 51af4f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ export function normalizeHtml(window, html, { removeDataSvelte = false, preserve
156156
}
157157

158158
export function normalizeNewline(html: string) {
159-
// return html.trim().replace(/\r\n/g, '\n')
160159
return html.replace(/\r\n/g, '\n');
161160
}
162161

0 commit comments

Comments
 (0)