Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lmd59 committed Nov 11, 2024
1 parent 5eecee7 commit ff532c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/regression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async function main() {
await calculateRegression(filesPath, testFilePaths, measureBundle, dir.shortName);
}

if (internal){
if (internal) {
// coverage directory organized with multiple measures for each set of test files
const covDirs = fs.readdirSync(COVERAGE_BASE_PATH).map(f => ({
shortName: f,
Expand All @@ -147,7 +147,7 @@ async function main() {
) as fhir4.Bundle;
await calculateRegression(patientDirectoryPath, testFilePaths, measureBundle332, `${dir.shortName}-v332`);
}
}
}
}

main().then(() => console.log('done'));

0 comments on commit ff532c7

Please sign in to comment.