FAIL src/ocla/report.test.ts
  report formatter
    ✓ renders category summary table (5 ms)
    ✕ escapes a newline in text output (7 ms)

  ● report formatter › escapes a newline in text output

    expect(received).toContain(expected) // indexOf

    Expected substring: "\\n"
    Received string:    "Category | RTK wins | Native wins"

      41 |   const text = report.toText();
      42 |   expect(text).toContain("\\n");
    > 43 |   expect(text).toContain("\\\\n");
         |                ^
      44 | });

      at Object.toContain (src/ocla/report.test.ts:43:16)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 1 passed, 2 total
Snapshots:   0 total
Time:        0.918 s
Ran all test suites matching /report/i.
