Closed Timmarus closed 3 years ago
Looks like Test.ts conflicts since it was deleted recently, looking into adding it into the new tests framework.
Not doing steps mentioned in the description since Tests.ts is removed from a different ticket. Unit testing for the Form Validation will be covered in #112 .
QA will just be a sanity test. Run the following:
npm run clean
npm run clean:ci
npm i
npm run docker:build
npm run docker:up
Verify services run as expected ✔️ Note: For some reason, frontend-local exited with code 1; "frontend-local | standard_init_linux.go:219: exec user process caused: no such file or directory". However, since this changeset is unrelated to front end (and since Front end CI passes) and because backend and shared services works as expected, this is a QA PASS.
Description
Checklist
QA Steps
cd shared && npx tsc && npm run test
Expected outcome: No errors under the "Validator test" heading.If you want to QA vigorously, you can create your own mock form and formresponse to validate specific errors.