Please check if the PR fulfills these requirements:
[x] After these changes, the app was run and still works as expected
[x] Tests for these changes were added (if applicable)
[x] All existing unit tests were run and still pass
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
Updates the diagnostic codes array to be fully inclusive of potential diagnostic codes. Since there were over 7000 codes in the new file, I also created a new constants file to house them so as to not clutter up the validators.js helper file.
Additional Notes:
Existing unit tests covered the change nicely, so no new tests were needed. Ran Cypress tests as well and manually verified that the validator still flags on invalid input.
Please check if the PR fulfills these requirements:
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
Updates the diagnostic codes array to be fully inclusive of potential diagnostic codes. Since there were over 7000 codes in the new file, I also created a new constants file to house them so as to not clutter up the validators.js helper file.
Additional Notes:
Existing unit tests covered the change nicely, so no new tests were needed. Ran Cypress tests as well and manually verified that the validator still flags on invalid input.