(files: TestSpecification[])
| 1128 | sequence: { |
| 1129 | sequencer: class Sorter { |
| 1130 | sort(files: TestSpecification[]) { |
| 1131 | return files.sort((a, b) => a.moduleId.localeCompare(b.moduleId)) |
| 1132 | } |
| 1133 | |
| 1134 | shard(files: TestSpecification[]) { |
| 1135 | return files |
no outgoing calls
no test coverage detected