(d = new Date())
| 11 | t.cleanSnapshot = (s) => cleanDate(cleanCwd(s)) |
| 12 | |
| 13 | const getId = (d = new Date()) => d.toISOString().replace(/[.:]/g, '_') |
| 14 | const last = arr => arr[arr.length - 1] |
| 15 | const range = (n) => Array.from(Array(n).keys()) |
| 16 | const makeOldLogs = (count, oldStyle) => { |
no outgoing calls
no test coverage detected