()
| 48 | |
| 49 | #[test] |
| 50 | fn test_render_empty() { |
| 51 | let rb = make_test_buffer("Running benchmarks", 60, 20); |
| 52 | insta::assert_snapshot!(render_stripped(&rb)); |
| 53 | } |
| 54 | |
| 55 | #[test] |
| 56 | fn test_delimiters_and_content_lines_match_term_width() { |
nothing calls this directly
no test coverage detected