()
| 645 | } |
| 646 | |
| 647 | const ws = (): WorkspaceConfig => ({ workspaceDir: tmpDir!, additionalDirs: [] }); |
| 648 | |
| 649 | it('returns files newest-first by modification time (--sortr=modified)', async () => { |
| 650 | await touch('old.ts', new Date('2020-01-01T00:00:00Z')); |