Example of how we can use object mothers to improve testing strategy
This library has been designed to work with node v16 and npm 8. In order to configure your local environment you can run:
nvm install 18.0.0
nvm use
npm install npm@8.3.0 -g
npm install
npm run build
npm run test
Run the linter
npm run lint
Fix lint issues automatically
npm run lint:fix