Skip to content

Commit e1fffb5

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

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)