()
| 56 | } |
| 57 | |
| 58 | function readPatternMappings() { |
| 59 | return readJson<PatternMappingData>(patternMappingsPath); |
| 60 | } |
| 61 | |
| 62 | function readSampleDetail(id: string) { |
| 63 | return readJson<SampleDetail>(new URL(`${id}.json`, sampleDetailsRoot)); |
no test coverage detected