(runDir: string)
| 57 | }; |
| 58 | |
| 59 | export const readTimeline = (runDir: string): Timeline | null => |
| 60 | existsSync(fileFor(runDir)) ? read(runDir) : null; |
| 61 | |
| 62 | // --------------------------------------------------------------------------- |
| 63 | // Human dwells — pacing for a watchable recording, owned by the framework. |
no test coverage detected