A mock Immunisation app used to demonstrate submission of birth notifications to OpenCRVS.
- Start a dev server -
yarn start
- Run the test -
yarn test
- See coverage report in your browser -
yarn run cov
- Run specific test files with -
yarn run test:these -- path/to/myfile.js