(suffix: string)
| 45 | |
| 46 | const datedBefore = |
| 47 | (suffix: string): Git.GitDeps['mtimeOf'] => |
| 48 | path => |
| 49 | Promise.resolve( |
| 50 | path.endsWith(suffix) |
| 51 | ? Fixtures.BEFORE_SESSION_MS |
| 52 | : Fixtures.DURING_SESSION_MS, |
| 53 | ) |
| 54 | |
| 55 | const trackedNoUntrackedOf = (): Script => ({ |
| 56 | 'HEAD --shortstat': Fixtures.ok(' 1 file changed, 1 insertion(+)'), |