Skip to content

Commit

Permalink
Update test/helpers.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
tanhauhau and benmccann committed Apr 16, 2022
1 parent bbc47ee commit 51af4f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helpers.ts
Expand Up @@ -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');
}

Expand Down

0 comments on commit 51af4f6

Please sign in to comment.