| 3 | const prettier = require('prettier'); |
| 4 | |
| 5 | export interface Entry { |
| 6 | caseName: string; |
| 7 | target: string; |
| 8 | ok: boolean; |
| 9 | } |
| 10 | |
| 11 | const friendlyCaseNames: Record<string, string> = { |
| 12 | '01-one-component': 'Single Component', |
nothing calls this directly
no outgoing calls
no test coverage detected