Skip to content

Commit

Permalink
Merge pull request #883 from CMSgov/QPPA-9857-remove-G0056-from-allow…
Browse files Browse the repository at this point in the history
…edPrograms

QPPA-9857: PY24 remove measure G0056 from allowedPrograms
  • Loading branch information
john-manack authored Jan 3, 2025
2 parents 4c79c8f + dbaf9cc commit 2e2cd99
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 827 deletions.
41 changes: 30 additions & 11 deletions index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,17 +717,36 @@ describe('index', () => {
it('checks that the ProgramNames interface contains all program names', () => {
const programNames = Object.keys(programNamesJson).filter(obj => obj !== 'default')
expect(programNames).toStrictEqual([
'mips', 'cpcPlus', 'pcf',
'app1', 'appPlus', 'DEFAULT',
'G0053', 'G0054', 'G0055',
'G0056', 'G0057', 'G0058',
'G0059', 'M0001', 'M0002',
'M0004', 'M0005', 'M1366',
'M1367', 'M1368', 'M1369',
'M1370', 'M1420', 'M1421',
'M1422', 'M1423', 'M1424',
'M1425',
]);
"mips",
"cpcPlus",
"pcf",
"app1",
"appPlus",
"DEFAULT",
"G0053",
"G0054",
"G0055",
"G0056",
"G0057",
"G0058",
"G0059",
"M0001",
"M0002",
"M0003",
"M0004",
"M0005",
"M1366",
"M1367",
"M1368",
"M1369",
"M1370",
"M1420",
"M1421",
"M1422",
"M1423",
"M1424",
"M1425",
]);
})
})

Expand Down
Loading

0 comments on commit 2e2cd99

Please sign in to comment.