(n)
| 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) => { |
| 17 | const d = new Date() |
| 18 | d.setHours(-1) |
no test coverage detected