// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[` > renders a duration column 1`] = ` "Duration API Time 5s Wall Time 10s" `; exports[` > renders a label and value 1`] = `"Test Label Test Value"`; exports[` > renders with a specific value color 1`] = `"Test Label Test Value"`; exports[` > renders a cumulative stats column with percentages 1`] = ` "Cumulative Stats Input Tokens 100 Output Tokens 200 Tool Use Tokens 50 Thoughts Tokens 25 Cached Tokens 10 (2.6%) ──────────────────────────────────────────────────────────────────────────────────────────────────── Total Tokens 385" `; exports[` > renders a stats column with a specific width 1`] = ` "Test Stats Input Tokens 100 Output Tokens 200 Tool Use Tokens 50 Thoughts Tokens 25 Cached Tokens 10 ────────────────────────────────────────────────── Total Tokens 385" `; exports[` > renders a stats column with children 1`] = ` "Test Stats Input Tokens 100 Output Tokens 200 Tool Use Tokens 50 Thoughts Tokens 25 Cached Tokens 10 ──────────────────────────────────────────────────────────────────────────────────────────────────── Total Tokens 385 Child Prop Child Value" `;