(runDir: string, timeline: Timeline)
| 29 | }; |
| 30 | |
| 31 | const write = (runDir: string, timeline: Timeline) => |
| 32 | writeFileSync(fileFor(runDir), JSON.stringify(timeline, null, 1)); |
| 33 | |
| 34 | /** Record that `window`'s recording clock starts now. */ |
| 35 | export const markRecordingStart = (runDir: string, window: TimelineWindow): void => { |
no test coverage detected