HTML reporter: show debug logs with white-space: pre

This commit is contained in:
Steve Gravrock
2024-06-22 11:24:56 -07:00
parent c3960c4a96
commit ba7560f65e
5 changed files with 19 additions and 2 deletions

View File

@@ -295,4 +295,7 @@ body {
}
.jasmine_html-reporter .jasmine-debug-log table, .jasmine_html-reporter .jasmine-debug-log th, .jasmine_html-reporter .jasmine-debug-log td {
border: 1px solid #ddd;
}
.jasmine_html-reporter .jasmine-debug-log .jasmine-debug-log-msg {
white-space: pre;
}