After cloning the repository, run
# Install dependencies
npm install
# Enable git hooks
npx husky install
Use one of the following version:
- v14 (use npm v7, run
npm i -g npm@7
) - v16
- v18
Running the tests:
npm test
Please check the code coverage before submitting new code by opening the generated Istanbul files:
open coverage/lcov-report/index.html
The JavaScript style guide is configured in the .eslintrc.js file and can be verified by running:
npm run lint