(line = '')
| 47 | const expectFail = flags.has('--expect-fail'); |
| 48 | |
| 49 | const say = (line = '') => { if (!asJson) console.log(line); }; |
| 50 | const pct = (f) => `${(f * 100).toFixed(1)}%`; |
| 51 | const num = (n) => Math.round(n).toLocaleString('en-US'); |
| 52 |
no outgoing calls
no test coverage detected