The repo uses JEST tests, these can be run using
npm run lerna-test
Which will also generate coverage reports, and fail if the coverage is below the threshold.
Linting standards adhear to tslint:recommended.
Please ensure you run npm run lerna-lint
before comiting to check for styling errors
The repo is setup using Prettier. This will automatically make syntactic changes to files to align them with the style guides. Please run this before creating a PR, and commit the changes.
npm run lerna-format
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.