- Fork the repository
- Commit your changes
- Create a new Pull Request
The project uses Jest as a test runner.
- Install the dependencies with
yarn install
- Run the tests with
yarn test
Make sure to add tests for your changes if applicable.
The project uses Rome as a linter and formatter.
- Install the dependencies with
yarn install
- Run the linter with
yarn lint
- Run the formatter with
yarn format
- for auto-fixing the errors run
yarn lint:fix