Skip to content

Commit 47d7a6c

Browse files
chore(deps): update dependency typedoc to ^0.28.0 (#2505)
Co-authored-by: David Goss <[email protected]>
1 parent fdc48a2 commit 47d7a6c

File tree

6 files changed

+65
-562
lines changed

6 files changed

+65
-562
lines changed

features/support/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { normalizeSummaryDuration } from '../../test/formatter_helpers'
44

55
export function normalizeText(text: string): string {
66
const normalized = figures(text)
7-
.replace(/\033\[[0-9;]*m/g, '')
87
.replace(/\r\n|\r/g, '\n')
98
.trim()
109
.replace(/[ \t]+\n/g, '\n')

0 commit comments

Comments
 (0)