Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 844 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 844 Bytes

Contributing

Feel free to ask questions using issues or fork and create a pull request if you have any improvements.

Setup

The project uses the yarn package manager, please install by following Yarn's documentation.

To setup the project: clone the repository and navigate to the project's root directory.

Packages are managed using yarn's plug and play zero installs.

Tests

The transformer is tested using Jest.

Run the unit tests using:

yarn test

Run the end to end tests using:

yarn e2e

Code Quality

eslint is used for code linting. Run using the lint command:

yarn lint