You might need to attach --build to your normal docker command so that new npm dependencies are installed in the container. Ex: docker-compose -f ~/repos/hdhs/dev-docker-compose.yml up --bulid
Notes:
PatientInfoForm saves to central state upon clicking the submit button.
Included a test for blood pressure validation to up coverage back to 100%
/easy-peasy shows a debug component that reflects everything in easy-peasy for reference.
Description:
Closes issue #55
You might need to attach
--build
to your normal docker command so that new npm dependencies are installed in the container. Ex:docker-compose -f ~/repos/hdhs/dev-docker-compose.yml up --bulid
Notes:
/easy-peasy
shows a debug component that reflects everything in easy-peasy for reference.Checklist: