Skip to content

Commit

Permalink
feat: QPPA-9734 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckawell committed Dec 30, 2024
1 parent 7896f12 commit b833fd7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,14 +718,14 @@ describe('index', () => {
const programNames = Object.keys(programNamesJson).filter(obj => obj !== 'default')
expect(programNames).toStrictEqual([
'mips', 'cpcPlus', 'pcf',
'app1', 'DEFAULT', 'G0053',
'G0054', 'G0055', 'G0056',
'G0057', 'G0058', 'G0059',
'M0001', 'M0005', 'M0002',
'M0004', 'M1366',
'M1367', 'M1368', 'M1369',
'M1370', 'M1420', 'M1421',
'M1422', 'M1423', 'M1424',
'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',
]);
})
Expand Down

0 comments on commit b833fd7

Please sign in to comment.